Home
last modified time | relevance | path

Searched refs:GstPlayBin3 (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/docs/plugins/
Dgst-plugins-base-plugins.signals640 <NAME>GstPlayBin3::about-to-finish</NAME>
643 GstPlayBin3 *gstplaybin3
647 <NAME>GstPlayBin3::audio-changed</NAME>
650 GstPlayBin3 *gstplaybin3
654 <NAME>GstPlayBin3::audio-tags-changed</NAME>
657 GstPlayBin3 *gstplaybin3
662 <NAME>GstPlayBin3::convert-sample</NAME>
665 GstPlayBin3 *gstplaybin3
670 <NAME>GstPlayBin3::get-audio-pad</NAME>
673 GstPlayBin3 *gstplaybin3
[all …]
Dgst-plugins-base-plugins.interfaces37 GstPlayBin3 GstChildProxy GstStreamVolume GstVideoOverlay GstNavigation GstColorBalance
Dgst-plugins-base-plugins.hierarchy149 GstPlayBin3
Dgst-plugins-base-plugins.args3092 <NAME>GstPlayBin3::audio-filter</NAME>
3102 <NAME>GstPlayBin3::audio-sink</NAME>
3112 <NAME>GstPlayBin3::audio-stream-combiner</NAME>
3122 <NAME>GstPlayBin3::auto-select-streams</NAME>
3132 <NAME>GstPlayBin3::av-offset</NAME>
3142 <NAME>GstPlayBin3::buffer-duration</NAME>
3152 <NAME>GstPlayBin3::buffer-size</NAME>
3162 <NAME>GstPlayBin3::connection-speed</NAME>
3172 <NAME>GstPlayBin3::current-audio</NAME>
3182 <NAME>GstPlayBin3::current-suburi</NAME>
[all …]
Dgst-plugins-base-plugins-sections.txt1327 GstPlayBin3
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c227 … GST_PLAY_BIN3(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_PLAY_BIN,GstPlayBin3))
237 typedef struct _GstPlayBin3 GstPlayBin3; typedef
298 static GSequence *avelements_create (GstPlayBin3 * playbin,
324 GstPlayBin3 *playbin;
391 #define GST_PLAY_BIN3_GET_LOCK(bin) (&((GstPlayBin3*)(bin))->lock)
514 void (*about_to_finish) (GstPlayBin3 * playbin);
517 GstSample *(*convert_sample) (GstPlayBin3 * playbin, GstCaps * caps);
592 static void gst_play_bin3_init (GstPlayBin3 * playbin);
609 static GstSample *gst_play_bin3_convert_sample (GstPlayBin3 * playbin,
612 static GstStateChangeReturn setup_next_source (GstPlayBin3 * playbin);
[all …]