Home
last modified time | relevance | path

Searched refs:gst_pad_create_stream_id (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c363 gst_pad_create_stream_id (parse->srcpad, GST_ELEMENT_CAST (base), in prepare_src_pad()
583 stream_id = gst_pad_create_stream_id (pad, element, padname + 8); in mpegts_parse_request_new_pad()
/third_party/gstreamer/gstplugins_bad/ext/musepack/
Dgstmusepackdec.c383 stream_id = gst_pad_create_stream_id (musepackdec->srcpad, in gst_musepack_stream_init()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartdemux.c348 stream_id = gst_pad_create_stream_id (pad, in gst_multipart_find_pad_by_mime()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c301 stream_id = gst_pad_create_stream_id (pad, GST_ELEMENT (enc), id); in push_initial_events()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c695 gst_pad_create_stream_id (self->srcpad, GST_ELEMENT_CAST (self), NULL); in gst_sf_dec_open_file()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c1236 stream_id = gst_pad_create_stream_id (srcpad, element, NULL); in gst_check_setup_events()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h1117 gchar * gst_pad_create_stream_id (GstPad * pad, GstElement * parent, …
Dgstutils.c4150 gst_pad_create_stream_id (GstPad * pad, GstElement * parent, in gst_pad_create_stream_id() function
/third_party/gstreamer/gstplugins_bad/gst/midi/
Dmidiparse.c1026 gst_pad_create_stream_id (midiparse->srcpad, GST_ELEMENT_CAST (midiparse), in gst_midi_parse_parse_song()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttypefindelement.c1229 stream_id = gst_pad_create_stream_id (typefind->src, in gst_type_find_element_loop()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c1276 new_stream_id = gst_pad_create_stream_id (pad, GST_ELEMENT (filter), in gst_srtp_dec_push_early_events()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfassetsrc.m436 stream_id = gst_pad_create_stream_id (pad, GST_ELEMENT_CAST (self), NULL);
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c904 gst_pad_create_stream_id (demux->audio_pad, GST_ELEMENT_CAST (demux), in gst_flv_demux_audio_negotiate()
1488 gst_pad_create_stream_id (demux->video_pad, GST_ELEMENT_CAST (demux), in gst_flv_demux_video_negotiate()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c352 gchar *stream_id = gst_pad_create_stream_id (tagdemux->priv->srcpad, in gst_tag_demux_set_src_caps()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.c979 gst_pad_create_stream_id (aiff->srcpad, GST_ELEMENT_CAST (aiff), in gst_aiff_parse_stream_headers()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c1451 gst_pad_create_stream_id (dec->srcpad, GST_ELEMENT_CAST (dec), NULL); in gst_nonstream_audio_decoder_finish_load()
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstdvdemux.c341 gst_pad_create_stream_id (pad, in gst_dvdemux_add_pad()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c2237 gst_pad_create_stream_id (wav->srcpad, GST_ELEMENT_CAST (wav), NULL); in gst_wavparse_loop()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c972 gst_pad_create_stream_id (src->srcpad, GST_ELEMENT_CAST (src), NULL); in gst_base_src_send_stream_start()
Dgstbaseparse.c3618 gst_pad_create_stream_id (parse->srcpad, GST_ELEMENT_CAST (parse), in gst_base_parse_loop()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c1301 stream_id = gst_pad_create_stream_id (pad, GST_ELEMENT_CAST (demux), name); in gst_adaptive_demux_prepare_stream()
/third_party/gstreamer/gstreamer/
DChangeLog32008 the element calls gst_pad_create_stream_id at some point, it will lead to crash