Commits on Source (19)
-
Nathan Widmyer authored5a28412f
-
This macro might not have been imported in the surrounding scope where gst_panic_to_error is used, thus reference it directly by the full namespace.
787954ea -
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.
e6a00631 -
629579c0
-
fac12343
-
When "{:?}" printing a Message[Ref], the following issues lower the experience: - If the Message seqnum is GST_SEQNUM_INVALID (0), a panic occurs due to an assertion failure in MessageRef::get_seqnum. - The src of the Message displays the GString address. Origin issue for an occurrence of the first case above fixed in gstreamer/gst-plugins-base!860
59dbed69 -
found by cargo-udeps
8bb3db22 -
249918b1
-
Sebastian Dröge authoredef3cd6fc
-
Sebastian Dröge authored
And as a side-effect also get rid of the lifetime parameter of gst::TypeFind that was completely unused anyway.
5f63ee99 -
Sebastian Dröge authored8c4ebdec
-
This is required when gst_plugin_define is used from a a submodule mod.rs (not from the crate's lib.rs).
3bf946ed -
Sebastian Dröge authored
Otherwise it would output a literal "$name" string.
7d8f9597 -
3e8ecf48
-
6d30078c
-
Sebastian Dröge authoredaa79e860
-
Sebastian Dröge authored7fcccf68
-
Sebastian Dröge authored9cd67027
-
Sebastian Dröge authored
gstreamer-app/src/auto/flags.rs
deleted
100644 → 0