gstreamer-rs/gstreamer/src/subclass
Marijn Suijten cb362e6fbc gstreamer: plugin: Prefix glib:: with $crate:: in gst_plugin_define
Crates using gst_plugin_define might not (need to) import `glib`
directly into their scope; use the one imported in `gstreamer`s root
to make this macro more portable.
Besides, `glib` is prefixed with `$crate::` just below.
2020-10-10 11:54:20 +02:00
..
bin.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
child_proxy.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
clock.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
device.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
device_provider.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
element.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
error.rs gstreamer: error: Prefix gst_error_msg with $crate 2020-10-10 11:47:41 +02:00
ghost_pad.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
mod.rs subclass: clean up subclassing prelude/re-exports 2020-06-09 14:36:37 +02:00
pad.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
pipeline.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
plugin_1_12.rs gstreamer: plugin: Prefix glib:: with $crate:: in gst_plugin_define 2020-10-10 11:54:20 +02:00
plugin_1_14.rs gstreamer: plugin: Prefix glib:: with $crate:: in gst_plugin_define 2020-10-10 11:54:20 +02:00
preset.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
system_clock.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
tag_setter.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00
uri_handler.rs Update for removal of ObjectImpl::get_type_data() 2020-07-26 18:02:05 +03:00