- 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 4 commits
-
-
Tim-Philipp Müller authored
Should fix distcheck on x86_64.
-
Mark Nauwelaerts authored
-
Tim-Philipp Müller authored
psychadelic -> psychedelic. Spotted by Sébastien Wilmet. https://bugzilla.gnome.org/show_bug.cgi?id=647399
-
Alessandro Decina authored
Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
-
- 09 Apr, 2011 1 commit
-
-
Christian Fredrik Kalager Schaller authored
-
- 08 Apr, 2011 5 commits
-
-
Sebastian Dröge authored
-
Ole André Vadla Ravnås authored
1) We need to lock and get a strong ref to the parent, if still there. 2) If it has gone away, we need to handle that gracefully. This is necessary in order to safely modify a running pipeline. Has been observed when a streaming thread is doing a buffer_alloc() while an application thread sends an event on a pad further downstream, and from within a pad probe (holding STREAM_LOCK) carries out the pipeline plumbing while the streaming thread has its buffer_alloc() in progress.
-
Havard Graff authored
It is possible that the element might be going down while the event arrives
-
Sebastian Dröge authored
-
Havard Graff authored
-
- 07 Apr, 2011 1 commit
-
-