- May 13, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From dc70203 to 3429ba6
-
- May 11, 2012
-
-
-
Wim Taymans authored
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
-
Wim Taymans authored
-
- May 09, 2012
-
-
Anton Belka authored
-
-
- May 04, 2012
-
-
Sreerenj Balachandran authored
Fixes function signature for correctness. https://bugzilla.gnome.org/show_bug.cgi?id=675289
-
- May 02, 2012
-
-
Tim-Philipp Müller authored
-
- May 01, 2012
-
-
Tim-Philipp Müller authored
Make opaque until we have time to clean it up a little.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Add API so people don't have to poke the struct for this.
-
Thiago Santos authored
NULL caps aren't valid caps in 1.0 and aren't accepted in gst_caps_is_equal
-
Tim-Philipp Müller authored
We want to return FALSE when run on a windows-style file path. https://bugzilla.gnome.org/show_bug.cgi?id=674296
-
Sebastian Dröge authored
basetransform/basesrc: Do bufferpool configuration inside the default decide_allocation() implementation This allows subclasses to override it, as is necessary for e.g. the video-crop meta. It is now necessary that after decide_allocation() there is always a allocator and a configured buffer pool inside the query.
-
Matej authored
-
Wim Taymans authored
It causes the timestamp to go wrong, should not cause much of a performance increase and in the cases where it is faster, it is broken in 0.10 as well. We should try to review this when rewriting the adapter for 0.11 memory features. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674791
-
Wim Taymans authored
Make the adapter fields private.
-
- Apr 30, 2012
-
-
Руслан Ижбулатов authored
gstplugin.h used to include this for us, but doesn't any longer. https://bugzilla.gnome.org/show_bug.cgi?id=675171
-
Vincent Penquerc'h authored
They can be used to select snapping behavior (to previous, next, or nearest location, where relevant) when seeking. The seeking implementation (eg, demuxer) may currently ignore some or all of these flags.
-
- Apr 29, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It's only used internally, most other users will likely want to use gst_registry_find_plugin() directly instead (and if not, they can easily walk the list and doing the strcmp themselves).
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
There's no reason anyone would want to derive from this, so just make opaque until we manage to make all the private bits private properly (which I'm not doing right now because it's more invasive and I have registry modifications locally which touch all that code as well).
-
Tim-Philipp Müller authored
Mostly anyway (flags still need sorting out).
-
Tim-Philipp Müller authored
This is an implementation detail really, and it's not clear what anyone would do with this. It's unused as far as I'm aware, so just remove it for now.
-
Tim-Philipp Müller authored
API: gst_plugin_get_release_date_string()
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Fixes issue with the default naming scheme.
-
- Apr 26, 2012
-
-
Руслан Ижбулатов authored
Fixes #674849
-
- Apr 25, 2012
-
-
Stefan Sauer authored
-
Stefan Sauer authored
Add a default implementation on the baseclass.
-
Stefan Sauer authored
Rename the _get_value_array() functions to _get_g_value_array() and reintroduce the former to operate on plain unboxed c datatypes (like in 0.10). The _g_value variants are for bindings while the _value ones are more suited to processing in elements.
-
Sebastian Dröge authored
-
Wim Taymans authored
Reset the buffer not after we acquire but before we release into the pool. This makes sure that the pool only has buffers in a clean state and that we can set extra metadata on buffers in the acquire method. this means that we need to remove an argument from the method.
-
Wim Taymans authored
-
- Apr 24, 2012
-
-
Mark Nauwelaerts authored
-