Home
last modified time | relevance | path

Searched refs:uridecodebin (Results 1 – 25 of 62) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c89 GstURIDecodeBin3 *uridecodebin; member
133 GstURIDecodeBin3 *uridecodebin; member
164 GstURIDecodeBin3 *uridecodebin; member
349 static GstSourceHandler *new_source_handler (GstURIDecodeBin3 * uridecodebin,
555 output->uridecodebin = dec; in add_output_pad()
636 GstURIDecodeBin3 * uridecodebin) in db_select_stream_cb() argument
640 g_signal_emit (uridecodebin, in db_select_stream_cb()
647 db_about_to_finish_cb (GstElement * decodebin, GstURIDecodeBin3 * uridecodebin) in db_about_to_finish_cb() argument
649 if (!uridecodebin->posted_about_to_finish) { in db_about_to_finish_cb()
650 uridecodebin->posted_about_to_finish = TRUE; in db_about_to_finish_cb()
[all …]
Dgstplaybin2.c323 GstElement *uridecodebin; member
725 static gboolean autoplug_query_cb (GstElement * uridecodebin, GstPad * pad,
2954 if ((elem = playbin->groups[0].uridecodebin)) in gst_play_bin_set_encoding()
2958 if ((elem = playbin->groups[1].uridecodebin)) in gst_play_bin_set_encoding()
2984 if (playbin->curr_group->uridecodebin) { in gst_play_bin_set_property()
2986 g_object_set (playbin->curr_group->uridecodebin, in gst_play_bin_set_property()
3065 if (playbin->curr_group && playbin->curr_group->uridecodebin) { in gst_play_bin_set_property()
3066 …g_object_set (playbin->curr_group->uridecodebin, "connection-speed", g_value_get_uint64 (value), N… in gst_play_bin_set_property()
3093 if (playbin->curr_group->uridecodebin) { in gst_play_bin_set_property()
3094 g_object_set (playbin->curr_group->uridecodebin, in gst_play_bin_set_property()
[all …]
Dgstplaybin3.c367 GstElement *uridecodebin; member
1768 if (playbin->curr_group->uridecodebin) { in gst_play_bin3_set_property()
1769 g_object_set (playbin->curr_group->uridecodebin, "download", in gst_play_bin3_set_property()
1847 if (playbin->curr_group->uridecodebin) { in gst_play_bin3_set_property()
1848 g_object_set (playbin->curr_group->uridecodebin, in gst_play_bin3_set_property()
2283 res = gst_element_send_event (group->uridecodebin, event); in gst_play_bin3_send_event()
2384 if (group->uridecodebin) { in do_stream_selection()
2386 gst_element_send_event (group->uridecodebin, ev); in do_stream_selection()
2405 if (playbin->curr_group->uridecodebin in find_source_group_owner()
2407 GST_OBJECT_CAST (playbin->curr_group->uridecodebin))) in find_source_group_owner()
[all …]
Dgstplaybackplugin.c53 res |= GST_ELEMENT_REGISTER (uridecodebin, plugin); in plugin_init()
62 res |= GST_ELEMENT_REGISTER (uridecodebin, plugin); in plugin_init()
Dgstplaybackelements.h34 GST_ELEMENT_REGISTER_DECLARE (uridecodebin);
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dcrossfade.c105 GstElement *uridecodebin = gst_element_factory_make ("uridecodebin", NULL); in main() local
107 g_object_set (uridecodebin, "uri", uri, "expose-all-streams", FALSE, in main()
112 g_signal_connect (uridecodebin, "pad-added", (GCallback) _pad_added_cb, in main()
115 gst_bin_add (GST_BIN (pipeline), uridecodebin); in main()
Dmosaic.c101 GstElement *uridecodebin = gst_element_factory_make ("uridecodebin", NULL); in main() local
103 g_object_set (uridecodebin, "uri", uri, "expose-all-streams", FALSE, in main()
120 g_signal_connect (uridecodebin, "pad-added", (GCallback) _pad_added_cb, in main()
123 gst_bin_add (GST_BIN (pipeline), uridecodebin); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c127 GstElement *uridecodebin; member
199 static void uridecodebin_pad_added_cb (GstElement * uridecodebin, GstPad * pad,
201 static void uridecodebin_pad_removed_cb (GstElement * uridecodebin,
203 static void uridecodebin_no_more_pads_cb (GstElement * uridecodebin,
205 static void uridecodebin_source_changed_cb (GstElement * uridecodebin,
332 uridecodebin_element_added_cb (GstElement * uridecodebin, in uridecodebin_element_added_cb() argument
369 dc->priv->uridecodebin = in gst_discoverer_init()
371 if (G_UNLIKELY (dc->priv->uridecodebin == NULL)) { in gst_discoverer_init()
376 gst_bin_add (dc->priv->pipeline, dc->priv->uridecodebin); in gst_discoverer_init()
379 g_signal_connect_object (dc->priv->uridecodebin, "pad-added", in gst_discoverer_init()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipc-play.c644 on_autoplug_select (GstElement * uridecodebin, GstPad * pad, GstCaps * caps, in on_autoplug_select() argument
664 GstElement *uridecodebin; in start_source() local
673 uridecodebin = gst_element_factory_make ("uridecodebin", NULL); in start_source()
674 g_object_set (uridecodebin, "uri", uri, NULL); in start_source()
675 g_signal_connect (uridecodebin, "pad-added", G_CALLBACK (on_pad_added), in start_source()
677 g_signal_connect (uridecodebin, "autoplug-select", in start_source()
680 gst_bin_add (GST_BIN (pipeline), uridecodebin); in start_source()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-decodebin-H263p-AMR.sh39 uridecodebin uri="$1" name=decode \
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c213 pad_added_cb (GstElement * uridecodebin, GstPad * pad, GstElement * encodebin) in pad_added_cb() argument
242 autoplug_continue_cb (GstElement * uridecodebin, GstPad * somepad, in autoplug_continue_cb() argument
/third_party/gstreamer/gstplugins_base/po/
Dfur.po89 msgid "Could not create \"uridecodebin\" element."
90 msgstr "Impussibil creâ l'element \"uridecodebin\"."
94 msgstr "Impussibil creâ l'element \"uridecodebin\"."
Dsr.po88 msgid "Could not create \"uridecodebin\" element."
89 msgstr "Не могу да направим „uridecodebin“ елемент."
Dbg.po89 msgid "Could not create \"uridecodebin\" element."
90 msgstr "Не може да се създаде елемент „uridecodebin“."
Dcs.po90 msgid "Could not create \"uridecodebin\" element."
91 msgstr "Nelze vytvořit prvek „uridecodebin“."
95 msgstr "Nelze vytvořit prvek „uridecodebin“."
Dnl.po88 msgid "Could not create \"uridecodebin\" element."
89 msgstr "Kon element \"uridecodebin\" niet aanmaken."
93 msgstr "Kon element \"uridecodebin\" niet aanmaken."
Dru.po90 msgid "Could not create \"uridecodebin\" element."
91 msgstr "Не удалось создать элемент «uridecodebin»."
Duk.po93 msgid "Could not create \"uridecodebin\" element."
94 msgstr "Не вдалося створити елемент \"uridecodebin\"."
Dsk.po87 msgid "Could not create \"uridecodebin\" element."
88 msgstr "Nepodarilo sa vytvoriť prvok \"uridecodebin\"."
92 msgstr "Nepodarilo sa vytvoriť prvok \"uridecodebin\"."
Dlv.po92 msgid "Could not create \"uridecodebin\" element."
93 msgstr "Nevarēja izveidot “uridecodebin” elementu."
97 msgstr "Nevarēja izveidot “uridecodebin” elementu."
Dzh_CN.po82 msgid "Could not create \"uridecodebin\" element."
83 msgstr "无法创建“uridecodebin”组件。"
Did.po87 msgid "Could not create \"uridecodebin\" element."
88 msgstr "Tak dapat membuat elemen \"uridecodebin\"."
Dpl.po95 msgid "Could not create \"uridecodebin\" element."
96 msgstr "Nie udało się utworzyć elementu \"uridecodebin\"."
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c491 playout_item_new_pad (GstElement * uridecodebin, GstPad * pad, in playout_item_new_pad() argument
638 playout_item_no_more_pads (GstElement * uridecodebin, PlayoutItem * item) in playout_item_no_more_pads() argument
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt63 * -base uridecodebin: decodebin2: Decoder Bin
64 * -base uridecodebin: uridecodebin: URI Decoder

123