Home
last modified time | relevance | path

Searched refs:static_sink_template (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstunalignedaudioparse.c39 static GstStaticPadTemplate static_sink_template = variable
69 gst_static_pad_template_get (&static_sink_template)); in gst_unaligned_audio_parse_class_init()
Dgstunalignedvideoparse.c39 static GstStaticPadTemplate static_sink_template = variable
68 gst_static_pad_template_get (&static_sink_template)); in gst_unaligned_video_parse_class_init()
Dgstrawaudioparse.c110 static GstStaticPadTemplate static_sink_template = variable
195 gst_static_pad_template_get (&static_sink_template)); in gst_raw_audio_parse_class_init()
Dgstrawvideoparse.c115 static GstStaticPadTemplate static_sink_template = variable
193 gst_static_pad_template_get (&static_sink_template)); in gst_raw_video_parse_class_init()
/third_party/gstreamer/gstplugins_bad/gst/rawparse/
Dgstaudioparse.c52 static GstStaticPadTemplate static_sink_template = variable
183 gst_static_pad_template_get (&static_sink_template)); in gst_audio_parse_class_init()
Dgstvideoparse.c43 static GstStaticPadTemplate static_sink_template = variable
143 gst_static_pad_template_get (&static_sink_template)); in gst_video_parse_class_init()
/third_party/gstreamer/gstplugins_good/ext/mpg123/
Dgstmpg123audiodec.c63 static GstStaticPadTemplate static_sink_template = variable
176 sink_template = gst_static_pad_template_get (&static_sink_template); in gst_mpg123_audio_dec_class_init()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c85 static GstStaticPadTemplate static_sink_template = variable
224 gst_static_pad_template_get (&static_sink_template)); in gst_switch_bin_class_init()