- Jul 10, 2020
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
This is safe.
-
- Jul 06, 2020
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 05, 2020
-
-
Sebastian Dröge authored
And also update meson to 0.54.3
-
- Jul 03, 2020
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes gstreamer/gstreamer-rs#268
-
Sebastian Dröge authored
Fixes gstreamer/gstreamer-rs#273
-
- Jul 02, 2020
-
-
François Laignel authored
-
- Jun 30, 2020
-
-
Sebastian Dröge authored
Otherwise we would post a message, which calls into this code again and then does the whole thing recursively forever.
-
Sebastian Dröge authored
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.
-
Sebastian Dröge authored
This is more in line with the C API and simplifies callers in Rust.
-
Sebastian Dröge authored
Fixes gstreamer/gstreamer-rs#272
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This was forgotten for a few types and would require each subclass to implement them, even if a parent class already provided an implementation.
-
Sebastian Dröge authored
They were side-stepping the miniobject writability mechanism.
-
Sebastian Dröge authored
Those are automatically provided already.
-
Sebastian Dröge authored
gobject-introspection does not support this yet so we have to do that manually. Fixes gstreamer/gstreamer-rs#271
-
Sebastian Dröge authored
And instead directly implementing this via the macro on the target types.
-
- Jun 25, 2020
-
-
Sebastian Dröge authored
And also make the video event API more consistent with the normal event API. Fixes #269
-
-
François Laignel authored
... and deprecate the `Query::new_*` forms.
-
François Laignel authored
... and deprecate the `Event::new_*` forms.
-
François Laignel authored
... and deprecate the `Message::new_*` forms.
-
- Jun 24, 2020
-
-
Guillaume Desmottes authored
The C API is not safe when called on unknown formats. Need to do this manually until gir gives us the version info: https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/348 Fix #267
-
Guillaume Desmottes authored
This array is a fallback when using gst < 1.18 so it makes no sense to include formats which have been introduced in 1.18
-
Guillaume Desmottes authored
The latter has been introduced in 1.18 making the test fail with older gst.
-
Guillaume Desmottes authored
This test relies on a 1.18 specific fix ( gstreamer/gst-plugins-base@8e3c4a5d ) and is meant to check that future updates won't break the ordering.
-
- Jun 22, 2020
-
-