- 14 Apr, 2011 9 commits
-
-
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 2 commits
-
-
-
Sebastian Dröge authored
The endianness was not set correctly before. Fixes bug #646923.
-
- 06 Apr, 2011 3 commits
-
-
Robert Swain authored
The RFF flag is to be reused for buffers in the telecine state to indicate that the buffer contains only unneeded repeated fields that are present in other buffers and as such this buffer can be dropped.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... which avoids crashing in the off-chance that structure == NULL.
-
- 05 Apr, 2011 3 commits
-
-
Stefan Kost authored
-
Pascal Buhler authored
-
Stefan Kost authored
Leave dealing with the appearance of the window when we are not playing to the applications. We anyway want to go to NULL as quickly as possible. Fixes #635800
-
- 04 Apr, 2011 3 commits
-
-
David Schleef authored
-
Tim-Philipp Müller authored
gstvorbistag.c: In function 'gst_tag_list_from_vorbiscomment_buffer': gstvorbistag.c:371: warning: 'data' may be used uninitialized in this function
-
Tim-Philipp Müller authored
-