gstreamer-rs/gstreamer/src/subclass
Sebastian Dröge 5a0152b469 gstreamer: tracer: Pass &QueryRef instead of &Query to the functions
To make it impossible for implementor to keep around a reference to the
query as that would break element code that actually tries to answer the
query.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1152>
2022-11-21 12:40:37 +02:00
..
allocator.rs gstreamer: Add gst::Allocator subclassing support 2022-11-08 19:28:42 +00:00
bin.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
buffer_pool.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
child_proxy.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
clock.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
device.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
device_provider.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
element.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
error.rs Change *Impl trait methods to only take &self and not Self::Type in addition 2022-10-10 15:01:07 +03:00
ghost_pad.rs Add gst::GstObjectImpl, gst::ProxyPadImpl, gst_audio::AudioBaseSrc, gst_audio::AudioBaseSink subclassing traits 2021-10-23 11:59:03 +03:00
mod.rs gstreamer: Add gst::Allocator subclassing support 2022-11-08 19:28:42 +00:00
object.rs Add gst::GstObjectImpl, gst::ProxyPadImpl, gst_audio::AudioBaseSrc, gst_audio::AudioBaseSink subclassing traits 2021-10-23 11:59:03 +03:00
pad.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
pipeline.rs Simplify IsSubclassable trait impls 2021-10-23 11:27:46 +03:00
plugin.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
preset.rs Simplify glib::IsImplementable trait implementations 2021-11-15 11:48:14 +02:00
proxy_pad.rs Add gst::GstObjectImpl, gst::ProxyPadImpl, gst_audio::AudioBaseSrc, gst_audio::AudioBaseSink subclassing traits 2021-10-23 11:59:03 +03:00
system_clock.rs Simplify IsSubclassable trait impls 2021-10-23 11:27:46 +03:00
tag_setter.rs Simplify glib::IsImplementable trait implementations 2021-11-15 11:48:14 +02:00
task_pool.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00
tracer.rs gstreamer: tracer: Pass &QueryRef instead of &Query to the functions 2022-11-21 12:40:37 +02:00
uri_handler.rs Move from imp.instance() to imp.obj() 2022-10-23 23:06:44 +03:00