- 30 Jun, 2014 1 commit
-
-
Guillaume Desmottes authored
We dont't want to depend on GLib 2.34 for now.
-
- 29 Jun, 2014 1 commit
-
-
Sebastian Dröge authored
We were writing unitialized stack memory to the file.
-
- 28 Jun, 2014 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 27 Jun, 2014 5 commits
-
-
Tim-Philipp Müller authored
Just show all devices then.
-
Tim-Philipp Müller authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
Each filter will include a GstCaps and a set of classes to match
-
- 26 Jun, 2014 16 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Sebastian Dröge authored
Other languages have their own data structures that are more convenient to use. https://bugzilla.gnome.org/show_bug.cgi?id=731303
-
Sebastian Dröge authored
Other languages have their own data structures that are more convenient to use. https://bugzilla.gnome.org/show_bug.cgi?id=731350
-
Philip Withnall authored
gst_mini_object_replace() can take NULL mini-objects. https://bugzilla.gnome.org/show_bug.cgi?id=730873
-
Sebastian Dröge authored
It does not make sense for them.
-
-
-
Evan Nemerson authored
Support for (nullable) was added to G-I at the same time as nullable return values. Previous versions of G-I will not mark return values as nullable, even when an (allow-none) annotation is present, so it is not necessary to add (allow-none) annotations for compatibility with older versions of G-I. https://bugzilla.gnome.org/show_bug.cgi?id=730957
-
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
And remove some which don't apply any more.
-
George Kiagiadakis authored
Compliments my previous patch for gst_caps_set_features, which would previously assert and leak the old GstCapsFeatures if the caps already had a GstCapsFeatures and you were trying to replace it with a new one.
-
George Kiagiadakis authored
Otherwise gst_caps_features_free() asserts and the features structure is leaked
-
- 25 Jun, 2014 2 commits
-
-
Thiago Santos authored
When the parser receives non-aligned packets it can push a buffer and get a not-linked return while still leaving some data still to be parsed. This remaining data will not form a complete frame and the subclass likely returns _OK and baseparse would take that as the return, while it the element is actually not-linked. This patch fixes this by storing the last flow-return from a push and using that if a parsing operation doesn't result in data being flushed or skipped. https://bugzilla.gnome.org/show_bug.cgi?id=731474
-
Tim-Philipp Müller authored
Trivial as it may be, this code was mostly copied from somewhere else. The gtk-doc chunk is not needed, since it's not public API.
-
- 23 Jun, 2014 1 commit
-
-
Olivier Crête authored
This make it works with FIFOs. https://bugzilla.gnome.org/show_bug.cgi?id=731176
-
- 22 Jun, 2014 6 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
Tim-Philipp Müller authored
Not some flag value instead of TRUE. Fixes code like gst_caps_is_any() == TRUE. https://bugzilla.gnome.org//show_bug.cgi?id=731704
-
- 21 Jun, 2014 5 commits
-
-
Tim-Philipp Müller authored
There's some precedent in GstElementFactory, but a "klass" property just seems weird.
-
Tim-Philipp Müller authored
And default to 50 loops.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Calling GST_VALUE_HOLDS_*(&v) now results in a compiler warning about value!=NULL always being false, so check type directly in those cases.
-
Tim-Philipp Müller authored
Boxed types can't be derived from, and we don't support deriving from our special fundamental types (the code checks for GType equality in most places.
-
- 20 Jun, 2014 1 commit
-
-
Olivier Crête authored
-