- 26 May, 2011 12 commits
-
-
Sebastian Dröge authored
Fixes bug #630442.
-
Sebastian Dröge authored
Fixes bug #630442.
-
Sebastian Dröge authored
This is especially needed when switching between a non-sparse and sparse video stream, see bug #537382. It also lowers the time needed for switching between streams a bit.
-
Lane Brooks authored
-
Lane Brooks authored
-
Jindrich Makovicka authored
Fixes bug #638897.
-
Jindrich Makovicka authored
-
Jindrich Makovicka authored
-
Sebastian Dröge authored
-
American Dynamics authored
This allows the state change from PAUSED to READY to be faster. Fixes bug #628337.
-
Sreerenj Balachandran authored
-
Sreerenj Balachandran authored
-
- 25 May, 2011 16 commits
-
-
Stefan Kost authored
Add blue and violet noise by spectral inversion of pink and red noise. Fixes #649969
-
Stefan Kost authored
Add another noise generator which produces a quite dark noise color. Fixes parts of #649969.
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
-
Tim-Philipp Müller authored
Same as core (make implicit requirement explicit). http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement
-
Stefan Kost authored
bytes_written is a gsize which is unsigned and thus never < 0.
-
Stefan Kost authored
th_encode_ctl() returns an int. Using a gsize result in bogus <0 checks.
-
Stefan Kost authored
We don't want to return without setting taglist=NULL if asserts are on and with setting taglist=NULL otherwise.
-
Stefan Kost authored
Previously we checked mute_csource to determine wheter we need to premultiply volumes and mute values. That fails as we unrefs mute_csource and set it to NULL after. Use an extra flag instead.
-
Stefan Kost authored
Move the warning on unsupported units to the swicth-case. Move fetching the pending tags down to where we use them.
-
Stefan Kost authored
Otherwise we never write the tag. This would also be consistent with the code in deserialize_scene_type().
-
Stefan Kost authored
-
Stefan Kost authored
We check for matching_attr!=NULL right before already.
-
- 23 May, 2011 12 commits
-
-
Stefan Kost authored
Add more symbols (from unused.txt). Move the whole bunch of riff-fourcc defines to std section too (no one is hoing to document them, right).
-
Stefan Kost authored
-
Stefan Kost authored
If someone intents to document them and the fields we can move them back.
-
Stefan Kost authored
-
Stefan Kost authored
Use a trick to avoid documenting all 100 enums.
-
Stefan Kost authored
-
Stefan Kost authored
-
Stefan Kost authored
-
Thijs Vermeir authored
Because the spec for the ringbuffer can change when changing the caps, we must recalibrate the clock. https://bugzilla.gnome.org/show_bug.cgi?id=610443
-
Sebastian Dröge authored
Fixes bug #600043.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-