- Jun 28, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 27, 2014
-
-
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
-
- Jun 26, 2014
-
-
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
-
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.
-
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
-
- Jun 25, 2014
-
-
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.
-
- Jun 23, 2014
-
-
Olivier Crête authored
This make it works with FIFOs. https://bugzilla.gnome.org/show_bug.cgi?id=731176
-
- Jun 22, 2014
-
-
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
-
- Jun 21, 2014
-
-
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.
-
- Jun 20, 2014
-
-
Olivier Crête authored
-
- Jun 19, 2014
-
-
When no data is coming from sinkpads and eos events arrived at one of the sinkpad, funnel forwards the EOS event to downstream. It forwards the EOS because lastsink pad is NULL. Also the unit testcase of the funnel is not checking the correct behavior as it should. The unit test case should fail if one of the sink pad has already EOS present on it and we are trying to push one more EOS. https://bugzilla.gnome.org/show_bug.cgi?id=731716
-
Tim-Philipp Müller authored
Our fundamental types are non-derivable, so we can just check for equality. Also avoid doing the same check multiple times in a couple of places.
-