Home
last modified time | relevance | path

Searched refs:GstDVBSubOverlay (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Dgstdvbsuboverlay.c109 G_DEFINE_TYPE (GstDVBSubOverlay, gst_dvbsub_overlay, GST_TYPE_ELEMENT);
116 static GstCaps *gst_dvbsub_overlay_get_videosink_caps (GstDVBSubOverlay *
118 static GstCaps *gst_dvbsub_overlay_get_src_caps (GstDVBSubOverlay * render,
183 gst_dvbsub_overlay_flush_subtitles (GstDVBSubOverlay * render) in gst_dvbsub_overlay_flush_subtitles()
217 gst_dvbsub_overlay_init (GstDVBSubOverlay * render) in gst_dvbsub_overlay_init()
271 GstDVBSubOverlay *overlay = GST_DVBSUB_OVERLAY (object); in gst_dvbsub_overlay_finalize()
299 GstDVBSubOverlay *overlay = GST_DVBSUB_OVERLAY (object); in gst_dvbsub_overlay_set_property()
321 GstDVBSubOverlay *overlay = GST_DVBSUB_OVERLAY (object); in gst_dvbsub_overlay_get_property()
343 GstDVBSubOverlay *render = GST_DVBSUB_OVERLAY (element); in gst_dvbsub_overlay_change_state()
380 GstDVBSubOverlay *render = GST_DVBSUB_OVERLAY (parent); in gst_dvbsub_overlay_query_src()
[all …]
Dgstdvbsuboverlay.h32 …ST_DVBSUB_OVERLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DVBSUB_OVERLAY,GstDVBSubOverlay))
37 typedef struct _GstDVBSubOverlay GstDVBSubOverlay; typedef