Home
last modified time | relevance | path

Searched refs:set_event_function (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dghost_pad.rs227 proxy.set_event_function(func); in proxy_pad_event_function()
H A Dpad.rs184 unsafe fn set_event_function<F>(&self, func: F) in set_event_function() method
603 unsafe fn set_event_function<F>(&self, func: F) in set_event_function() method
1718 self.0.set_event_function(func); in event_function()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dghost_pad.rs227 proxy.set_event_function(func); in proxy_pad_event_function()
H A Dpad.rs184 unsafe fn set_event_function<F>(&self, func: F) in set_event_function() method
603 unsafe fn set_event_function<F>(&self, func: F) in set_event_function() method
1718 self.0.set_event_function(func); in event_function()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dghost_pad.rs227 proxy.set_event_function(func); in proxy_pad_event_function()
H A Dpad.rs184 unsafe fn set_event_function<F>(&self, func: F) in set_event_function() method
603 unsafe fn set_event_function<F>(&self, func: F) in set_event_function() method
1718 self.0.set_event_function(func); in event_function()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/subclass/
H A Delement.rs544 sinkpad.set_event_function(|pad, parent, event| { in set_pad_functions()
559 srcpad.set_event_function(|pad, parent, event| { in set_pad_functions()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/subclass/
H A Delement.rs544 sinkpad.set_event_function(|pad, parent, event| { in set_pad_functions()
559 srcpad.set_event_function(|pad, parent, event| { in set_pad_functions()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/subclass/
H A Delement.rs544 sinkpad.set_event_function(|pad, parent, event| { in set_pad_functions()
559 srcpad.set_event_function(|pad, parent, event| { in set_pad_functions()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/src/runtime/
H A Dpad.rs505 .set_event_function(move |_gst_pad, _parent, _event| false); in drop()
1055 .set_event_function(move |_gst_pad, _parent, _event| false); in drop()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dpad.rs184 fn set_event_function<F>(&self, func: F) in set_event_function() method
575 fn set_event_function<F>(&self, func: F) in set_event_function() method
1419 pad.set_event_function(move |_, _, event| { in test_event_chain_functions()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dpad.rs184 fn set_event_function<F>(&self, func: F) in set_event_function() method
575 fn set_event_function<F>(&self, func: F) in set_event_function() method
1419 pad.set_event_function(move |_, _, event| { in test_event_chain_functions()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dpad.rs183 fn set_event_function<F>(&self, func: F) in set_event_function() method
574 fn set_event_function<F>(&self, func: F) in set_event_function() method
1420 pad.set_event_function(move |_, _, event| { in test_event_chain_functions()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dpad.ccg323 void Pad::set_event_function(const SlotEvent& slot)
H A Dpad.hg327 void set_event_function(const SlotEvent& slot);
H A Dgst_methods.defs17771 (define-method set_event_function
/dports/multimedia/py-gstreamer1/gst-python-1.16.3/gi/overrides/
H A DGst.py144 def set_event_function(self, func): member in Pad
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dpad.h1747 void set_event_function(const SlotEvent& slot);
H A Dpad.cc332 void Pad::set_event_function(const SlotEvent& slot) in set_event_function() function in Gst::Pad
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-base-1.0.vapi451 public void set_event_function (Gst.Base.CollectPadsEventFunction func);
H A Dgstreamer-1.0.vapi1942 …public void set_event_function (Gst.PadEventFunction event, void* user_data = null, GLib.DestroyNo…