- Mar 22, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
Conflicts: .gitignore common configure.ac ext/vorbis/gstvorbisdeclib.h gst-libs/gst/audio/gstaudioencoder.c gst-libs/gst/riff/riff-read.c gst/playback/gstplaysink.c gst/playback/gstplaysinkconvertbin.c tests/check/libs/video.c
-
- Mar 21, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- Mar 20, 2012
-
-
Wim Taymans authored
Avoid compiling all the functions at startup but compile only what's needed when needed.
-
Wim Taymans authored
-
Wim Taymans authored
In pull mode, we can now ask the upstream element to write directly into the memory provided by libogg.
-
Wim Taymans authored
-
Tim-Philipp Müller authored
Don't typedef them to GObjectClass directly, but hide behind private structs. Fixes issues with gobject-introspection and GstEncodingProfileClass. https://bugzilla.gnome.org/show_bug.cgi?id=668542
-
Mark Nauwelaerts authored
-
- Mar 19, 2012
-
-
Mark Nauwelaerts authored
-
Wim Taymans authored
-
- Mar 18, 2012
-
- Mar 16, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
We want to propose a videopool even if downstream didn't provide one.
-
- Mar 15, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Vincent Penquerc'h authored
When the video sink is a fakesink, which does not implement the navigation interface, playsink will drop the navigation command. In this case, send to the video sink as a fallback. It breaks the interface abstraction, but is better than just dropping the navigation event.
-
Wim Taymans authored
-
- Mar 14, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
-
Tim-Philipp Müller authored
Fix component offsets for little endian systems. https://bugzilla.gnome.org/show_bug.cgi?id=668483
-
Holger Kaelberer authored
If we are asked to (un)premultiply,we need to create the new rectangle with the right flags, so we can find it properly on subsequent cache lookups (also because it's wrong otherwise). https://bugzilla.gnome.org/show_bug.cgi?id=668483
-
Holger Kaelberer authored
We need to copy the pixels before messing with them, not least because the buffer creation code below assumes it's ok to take ownership. Fixes crash caused by double-free. https://bugzilla.gnome.org/show_bug.cgi?id=668483
-
Holger Kaelberer authored
Compare the flags of the *cached* rectangle to the desired flags when checking for a suitable rectangle in the cache. https://bugzilla.gnome.org/show_bug.cgi?id=668483
-
Tim-Philipp Müller authored
No idea why that was there.
-
Mark Nauwelaerts authored
... by not assigning an additional ref to an async blocked callback, which should not be called anyway by the time the object is gone. Fixes #672006.
-
Mark Nauwelaerts authored
-
Peter Korsgaard authored
Tremor changed to use standard libogg rather than its own incompatible copy back in Aug 2010 (r17375), causing gst-plugin-base build to fail. Tremolo so far unfortunately hasn't been updated. Restructure vorbisdeclib.h so the int/float logic is seperate from the ogg handling, and only use the legacy _ogg_packet_wrapper code for Tremolo. https://bugzilla.gnome.org/show_bug.cgi?id=668726
-
- Mar 13, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Mark Nauwelaerts authored
... since it is documented to modify provided caps.
-
Wim Taymans authored
-
Wim Taymans authored
-
- Mar 12, 2012
-
-
Tim-Philipp Müller authored
API was added in libgsttag, libgstaudio and libgstvideo
-
Tim-Philipp Müller authored
Should fix issues with missing symbols for people who install GStreamer from source and at some point jumped back and forth between git master and the 0.10.36 release (or 0.10. branch).
-
Wim Taymans authored
-
Wim Taymans authored
-