Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest5.c30 pad_added_cb (GstElement * element, GstPad * pad, GstElement * sink) in pad_added_cb() function
109 G_CALLBACK (pad_added_cb), NULL); in main()
Dtest6.c28 pad_added_cb (GstElement * decodebin, GstPad * new_pad, GstElement * pipeline) in pad_added_cb() function
112 G_CALLBACK (pad_added_cb), pipeline); in main()
Ddecodetest.c74 pad_added_cb (GstElement * decodebin, GstPad * pad, GstElement * pipeline) in pad_added_cb() function
151 g_signal_connect (decoder, "pad-added", G_CALLBACK (pad_added_cb), pipeline); in main()
Dtest.c78 pad_added_cb (GstElement * decodebin, GstPad * pad, gpointer data) in pad_added_cb() function
172 G_CALLBACK (pad_added_cb), pipeline); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dclient-PCMA.py47 def pad_added_cb(rtpbin, new_pad, depay): function
112 rtpbin.connect('pad-added', pad_added_cb, audiodepay)
Dclient-PCMA.c108 pad_added_cb (GstElement * rtpbin, GstPad * new_pad, GstElement * depay) in pad_added_cb() function
223 g_signal_connect (rtpbin, "pad-added", G_CALLBACK (pad_added_cb), audiodepay); in main()
/third_party/gstreamer/gst_libav/tests/check/elements/
Davdec_adpcm.c26 pad_added_cb (GstElement * decodebin, GstPad * pad, GstBin * pipeline) in pad_added_cb() function
95 g_signal_connect (dec, "pad-added", G_CALLBACK (pad_added_cb), pipeline); in decode_file()
Davdemux_ape.c28 pad_added_cb (GstElement * decodebin, GstPad * pad, GstBin * pipeline) in pad_added_cb() function
110 g_signal_connect (dec, "pad-added", G_CALLBACK (pad_added_cb), pipeline); in read_tags_from_file()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c63 pad_added_cb (GstElement * matroskademux, GstPad * pad, gpointer user_data) in pad_added_cb() function
111 g_signal_connect (h->element, "pad-added", G_CALLBACK (pad_added_cb), h); in GST_START_TEST()
264 g_signal_connect (h->element, "pad-added", G_CALLBACK (pad_added_cb), h); in GST_START_TEST()
Dflvdemux.c29 pad_added_cb (GstElement * flvdemux, GstPad * pad, GstBin * pipeline) in pad_added_cb() function
107 g_signal_connect (flvdemux, "pad-added", G_CALLBACK (pad_added_cb), pipeline); in process_file()
Drtpbin.c217 pad_added_cb (GstElement * rtpbin, GstPad * pad, CleanupData * data) in pad_added_cb() function
267 g_signal_connect (rtpbin, "pad-added", (GCallback) pad_added_cb, &data); in GST_START_TEST()
339 g_signal_connect (rtpbin, "pad-added", (GCallback) pad_added_cb, &data); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c104 pad_added_cb (GstElement * element, GstPad * pad, gpointer user_data) in pad_added_cb() function
186 g_signal_connect (self->demux, "pad-added", G_CALLBACK (pad_added_cb), in gst_sdp_src_change_state()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-reverseplay.c258 pad_added_cb (GstElement * decodebin, GstPad * pad, PlayState * state) in pad_added_cb() function
357 g_signal_connect (decoder, "pad-added", G_CALLBACK (pad_added_cb), &state); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c213 pad_added_cb (GstElement * uridecodebin, GstPad * pad, GstElement * encodebin) in pad_added_cb() function
313 g_signal_connect (src, "pad-added", G_CALLBACK (pad_added_cb), ebin); in transcode_file()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin2.c723 static void pad_added_cb (GstElement * decodebin, GstPad * pad, GstSourceGroup * group);
2029 "pad-added", G_CALLBACK (pad_added_cb), group); in gst_play_bin_create_suburidecodebin()
4264 pad_added_cb (GstElement * decodebin, GstPad * pad, GstSourceGroup * group) function
6311 "pad-added", G_CALLBACK (pad_added_cb), group);
6408 "pad-added", G_CALLBACK (pad_added_cb), group);
6559 G_CALLBACK (pad_added_cb), group);
6633 G_CALLBACK (pad_added_cb), group);
Dgstparsebin.c1162 static void pad_added_cb (GstElement * element, GstPad * pad,
2331 G_CALLBACK (pad_added_cb), chain); in connect_element()
2439 pad_added_cb (GstElement * element, GstPad * pad, GstParseChain * chain) in pad_added_cb() function
2566 pad_added_cb (element, pad, chain); in caps_notify_cb()
Dgstdecodebin2.c1708 static void pad_added_cb (GstElement * element, GstPad * pad,
3023 G_CALLBACK (pad_added_cb), chain); in connect_element()
3207 pad_added_cb (GstElement * element, GstPad * pad, GstDecodeChain * chain) in pad_added_cb() function
3414 pad_added_cb (element, pad, chain); in caps_notify_cb()
Dgstplaybin3.c3058 pad_added_cb (GstElement * uridecodebin, GstPad * pad, GstSourceGroup * group) in pad_added_cb() function
4588 G_CALLBACK (pad_added_cb), group); in activate_group()
/third_party/gstreamer/gstplugins_base/
DChangeLog51675 decodebin: Don't check twice if the decode chain is complete in pad_added_cb()
55469 gstplaybin2.c: In function 'pad_added_cb':
128861 * gst/playback/gstplaybin2.c: (pad_added_cb):
130870 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
132900 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
134357 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
135403 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
135469 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
135678 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
135888 (pad_added_cb), (no_more_pads_cb), (perform_eos),
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog123920 * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
136729 * tests/check/elements/id3demux.c: (pad_added_cb):
139992 * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
/third_party/gstreamer/gstreamer/
DChangeLog82477 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
/third_party/gstreamer/gstplugins_bad/
DChangeLog148518 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):