dvdspu

dvdspu — Parses the DVD Sub-Picture command stream and renders the SPU overlay onto the video as it passes through

Synopsis

                    GstDVDSpu;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstDVDSpu

Description

DVD sub picture overlay element.

Example launch line

FIXME: gst-launch ...
FIXME: description for the sample launch pipeline

Synopsis

Element Information

plugin

dvdspu

author

Jan Schmidt <jan@fluendo.com>

class

Mixer/Video/Overlay/DVD

Element Pads

name

src

direction

source

presence

always

details

video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]

name

video

direction

sink

presence

always

details

video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]

name

subpicture

direction

sink

presence

always

details

video/x-dvd-subpicture

Details

GstDVDSpu

typedef struct _GstDVDSpu GstDVDSpu;