gstreamer-rs/gstreamer/src/subclass
Sebastian Dröge 4fbbf48622 gstreamer/element: Change post_message() vfunc return type to bool
It regularly fails in normal situations, e.g. when the element is not
inside a bin and has no bus, and we don't really want to log errors for
that.
2020-07-01 01:15:57 +03:00
..
bin.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
child_proxy.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
clock.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
device.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
device_provider.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
element.rs gstreamer/element: Change post_message() vfunc return type to bool 2020-07-01 01:15:57 +03:00
error.rs gstreamer/element: Let post_message() and post_error_message() take ownership of the message 2020-06-30 23:55:02 +03:00
ghost_pad.rs Update manual code 2019-04-15 19:19:19 +03:00
mod.rs subclass: clean up subclassing prelude/re-exports 2020-06-09 14:36:37 +02:00
pad.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00
pipeline.rs Update manual code 2019-04-15 19:19:19 +03:00
plugin_1_12.rs subclass: clean up subclassing prelude/re-exports 2020-06-09 14:36:37 +02:00
plugin_1_14.rs subclass: clean up subclassing prelude/re-exports 2020-06-09 14:36:37 +02:00
preset.rs gstreamer: Add support for implementing gst::Preset interface 2019-09-25 16:11:54 +03:00
system_clock.rs gstreamer: Add support for subclassing gst::SystemClock 2019-09-25 17:22:15 +03:00
tag_setter.rs gstreamer: Add support for implementing gst::TagSetter interface 2019-09-25 17:22:11 +03:00
uri_handler.rs Remove usage of glib_floating_reference_guard!() 2019-12-07 23:05:14 +02:00