Home
last modified time | relevance | path

Searched refs:proxy_pad (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/auto/
H A Dmod.rs80 mod proxy_pad; module
81 pub use self::proxy_pad::ProxyPadExt;
82 pub use self::proxy_pad::{ProxyPad, ProxyPadClass, NONE_PROXY_PAD};
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/auto/
H A Dmod.rs80 mod proxy_pad; module
81 pub use self::proxy_pad::ProxyPadExt;
82 pub use self::proxy_pad::{ProxyPad, ProxyPadClass, NONE_PROXY_PAD};
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/auto/
H A Dmod.rs80 mod proxy_pad; module
81 pub use self::proxy_pad::ProxyPadExt;
82 pub use self::proxy_pad::{ProxyPad, ProxyPadClass, NONE_PROXY_PAD};
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/auto/
H A Dmod.rs72 mod proxy_pad; module
73 pub use self::proxy_pad::{ProxyPad, NONE_PROXY_PAD};
224 pub use super::proxy_pad::ProxyPadExt;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/auto/
H A Dmod.rs72 mod proxy_pad; module
73 pub use self::proxy_pad::{ProxyPad, NONE_PROXY_PAD};
224 pub use super::proxy_pad::ProxyPadExt;
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/auto/
H A Dmod.rs72 mod proxy_pad; module
73 pub use self::proxy_pad::{ProxyPad, NONE_PROXY_PAD};
218 pub use super::proxy_pad::ProxyPadExt;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dlib.rs202 mod proxy_pad; module
203 pub use proxy_pad::ProxyPadExtManual;
366 pub use proxy_pad::ProxyPadExtManual;
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dlib.rs197 mod proxy_pad; module
198 pub use proxy_pad::ProxyPadExtManual;
361 pub use proxy_pad::ProxyPadExtManual;
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dlib.rs202 mod proxy_pad; module
203 pub use proxy_pad::ProxyPadExtManual;
366 pub use proxy_pad::ProxyPadExtManual;
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/multifile/
H A Dgstsplitmuxpartreader.c756 GstSplitMuxPartPad *proxy_pad; in new_decoded_pad_added_cb() local
777 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
780 proxy_pad, out_pad); in new_decoded_pad_added_cb()
782 link_ret = gst_pad_link (pad, GST_PAD (proxy_pad)); in new_decoded_pad_added_cb()
784 gst_object_unref (proxy_pad); in new_decoded_pad_added_cb()
792 pad, proxy_pad); in new_decoded_pad_added_cb()
795 reader->pads = g_list_prepend (reader->pads, proxy_pad); in new_decoded_pad_added_cb()
809 GstPad *proxy_pad = GST_PAD_CAST (reader->pads->data); in gst_splitmux_part_reader_send_event() local
810 pad = gst_pad_get_peer (proxy_pad); in gst_splitmux_part_reader_send_event()

12