- 16 Apr, 2011 9 commits
-
-
Robert Swain authored
GCC 4.6.x spits warnings about such usage of variables.
-
Robert Swain authored
Remove some redundant operations (convubw) and use the correct variable, t2, in the orc_overlay_bgra function.
-
Robert Swain authored
GCC 4.6.x spits warnings about variables that are set but unused. Such variables have been removed in blend, collectpads2 and videomixer2.
-
Robert Swain authored
GCC 4.6.x spits warnings about variables that are unused but set. Such variables have been removed where trivial but with comments left behind for informational purposes in some cases. gst_rtp_session_chain_recv_rtcp () was changed in commit 490113d4 to always return GST_FLOW_OK instead of the return value of rtp_session_process_rtcp (), so we'll keep it that way.
-
Robert Swain authored
GCC 4.6.x spits warnings about such variable usage. Note that some calculations are left as comments for informative purposes.
-
Robert Swain authored
GCC 4.6.x spits warnings about such variable usage.
-
Robert Swain authored
GCC 4.6.x spits warnings about such variable usage.
-
Robert Swain authored
The FIXMEs about the keyframe flag never being used are left for later fixing, at which point the keyframe variables could be added back.
-
Robert Swain authored
GCC 4.6.x spits warnings about such variables.
-
- 15 Apr, 2011 7 commits
-
-
Tim-Philipp Müller authored
-
Olivier Crête authored
Use existing functions to get the FCI from FB packets. https://bugzilla.gnome.org/show_bug.cgi?id=622553
-
-
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 14 Apr, 2011 5 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Christian Fredrik Kalager Schaller authored
-
- 13 Apr, 2011 19 commits
-
-
David Schleef authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Most likely a leftover from when the index parsing code was rewritten.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Fixes unused-but-set-variable warnings with gcc 4.6.
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Jordi Burguet-Castell authored
-
Sebastian Dröge authored
-
Jordi Burguet-Castell authored
-
-
-
Sebastian Dröge authored
Also clean up advancing of the data pointer a bit. Fixes bug #647659.
-
Tim-Philipp Müller authored
This is needed for automatic transcoding using encodebin. Our typefinder does not always add a variant to the found caps, and encodebin needs an *exact* match to the caps on the source pad template, so we need to add the variant-less video/quicktime caps to the template as well for encodebin to be able to find it. Add unit test for this as well. https://bugzilla.gnome.org/show_bug.cgi?id=642879
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Instead only store them inside the flac metadata. There's no point in storing them twice and the flac metadata is still the official way to store image tags inside flac.
-
Tim-Philipp Müller authored
-