gstreamer-rs/examples/src
François Laignel 972c4e75ac remove gst_ prefix for log macros
It's quite quite common to use similar macros in the form `log::debug!`
or `glib::clone!`. This MR renames the gst log macros so that we can
`gst::debug!` instead of `gst_debug!` and whithout the need for
`use gst::gst_debug`.
2022-02-21 18:56:06 +01:00
..
bin remove gst_ prefix for log macros 2022-02-21 18:56:06 +01:00
examples-common.rs examples/tutorials: Use cocoa crate to initialize the shared NSApplication instance 2021-07-13 07:42:46 +00:00
glupload.rs manual changes post ObjectExt improvements 2021-11-08 14:42:59 +01:00