- 18 Apr, 2011 4 commits
-
-
Håvard Graff authored
Fixes #635784
-
Sebastian Dröge authored
Fixes bug #647857.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Prevents a valgrind warning about possibly leaked memory, see bug #647763.
-
- 17 Apr, 2011 6 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
libgstfft doesn't actually use any symbols from libgstreamer, so when compiling with -Wl,--as-needed it won't even link to it, which can cause failures with older versions of g-i that ignore the --pkg arguments. Should fix PPA build failure on Ubuntu Maverick
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Instead of doing it over and over again when instantiating a new instance.
-
Sebastian Dröge authored
timeoverlay/clockoverlay are setting some global options on the context that shouldn't be used for the generic textoverlay.
-
- 16 Apr, 2011 7 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Thibault Saunier authored
Tremolo is an ARM-optimised version of xiph's tremor library.
-
Vincent Penquerc'h authored
Ogg mandates the first header packet must determine a stream's type. However, some streams (such as VP8) do not include such a header when muxed in other containers, and thus do not include this header as a buffer, but only in caps. We thus use headers from caps when available to determine a new stream's type. https://bugzilla.gnome.org/show_bug.cgi?id=647856
-
Tim-Philipp Müller authored
Make sure the scanner doesn't load or introspect or check any plugins, (especially not outside the build directory).
-
- 15 Apr, 2011 2 commits
-
-
Tim-Philipp Müller authored
Hopefully makes the gentoo buildbot happy again.
-
Mark Nauwelaerts authored
-
- 14 Apr, 2011 10 commits
-
-
Mark Nauwelaerts authored
... since going async to PAUSED might fail, and never making it to PAUSED subsequently skips going down to READY. Fixes #647781.
-
David Schleef authored
This reverts commit 500d14c3.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
See bug #647756.
-
Sebastian Dröge authored
-
Sreerenj Balachandran authored
The default case handles them already
-
Thiago Santos authored
-
Thiago Santos authored
Adds mapping for GST_TAG_CAPTURING_EXPOSURE_COMPENSATION for xmp library. Includes unit tests.
-
Thiago Santos authored
Adds mapping for GST_TAG_CAPTURING_EXPOSURE_COMPENSATION for exif library. Includes unit tests.
-
Thiago Santos authored
Adds a new tag for indicating the used exposure compensation level in EV used when capturing an image. API: GST_TAG_CAPTURING_EXPOSURE_COMPENSATION
-
- 13 Apr, 2011 5 commits
-
-
-
-
-
Tim-Philipp Müller authored
We don't compare the bitrates of consecutive mp3 frames on purpose here. https://bugzilla.gnome.org/show_bug.cgi?id=647294
-
Tim-Philipp Müller authored
-
- 12 Apr, 2011 5 commits
-
-
Tim-Philipp Müller authored
gcc on OSX complains about ret being used uninitialized in this function, and it is right. Don't leak element ref when returning early because newsegment event is not in TIME format.
-
-
-
Sreerenj Balachandran authored
Specifically, make sure that the return value of strtol is falling in between the range of G_MININT and G_MAXINT. Fixes #646952.
-
Bastien Nocera authored
Top-level profiles don't have restrictions, only stream profiles, so no need to serialise that here. https://bugzilla.gnome.org/show_bug.cgi?id=646925
-
- 11 Apr, 2011 1 commit
-
-
Tim-Philipp Müller authored
Should fix distcheck on x86_64.
-