- 26 Aug, 2011 13 commits
-
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC.
-
Sjoerd Simons authored
-
Sjoerd Simons authored
Wim suggested that using GstPadDirection instead of a GstPad in the arguments to the new query vfunc would be more consistent with the other functions.
-
Sjoerd Simons authored
-
Sjoerd Simons authored
_set_caps only gets called when the buffer is actually pushed, so there is a reasonably big window between when the initial caps are retrieved and when the caps are set on our src pad. So we can't assume the not having negotiated caps on our src pad means _get_caps still has to be called. Instead simply always suggest the new caps on buffer_alloc.
-
- 23 Aug, 2011 3 commits
-
-
Mark Nauwelaerts authored
-
Stefan Kost authored
-
Stefan Kost authored
-
- 21 Aug, 2011 1 commit
-
-
David Schleef authored
-
- 20 Aug, 2011 2 commits
-
-
Stefan Kost authored
Don't suggest deprecated method in the desction docs and try to be more helpful in other places by suggesting related functions.
-
Stefan Kost authored
Make it more obvious that one should pass the template name.
-
- 18 Aug, 2011 2 commits
-
-
Tim-Philipp Müller authored
It messes up GST_DEBUG=*:5 make foo/bar.valgrind, because our Makefile looks for '==' as marker of valgrind output.
-
Tim-Philipp Müller authored
Event if it's not allowed, we can easily prevent it, so let's do that. https://bugzilla.gnome.org/show_bug.cgi?id=656771
-
- 16 Aug, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 15 Aug, 2011 9 commits
-
-
Tim-Philipp Müller authored
The MAX macro expands to code that checks if an unsigned integer is < 0. Fixes warning #186: pointless comparison of unsigned integer reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
Josep Torra authored
Fixes warning #188: enumerated type mixed with another type reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
Josep Torra authored
Fixes a warning reported by ICC. https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
Josep Torra authored
Use them to fix warnings when building with ICC. API: GST_CAPS_FLAGS_NONE https://bugzilla.gnome.org/show_bug.cgi?id=656265
-
-
-
- 12 Aug, 2011 1 commit
-
-
Tim-Philipp Müller authored
Don't lock the same lock twice. Spotted by Josep Torre Valles.
-
- 11 Aug, 2011 2 commits
-
-
Tim-Philipp Müller authored
RBG -> RGB. Spotted by Will Thompson. https://bugzilla.gnome.org/show_bug.cgi?id=656326
-
Stefan Kost authored
-
- 10 Aug, 2011 1 commit
-
-
Stefan Kost authored
Instead of checking for valid utf-8 element-details every time we create elements (from plugin-init or registry), do it before we save the registry. Fixes #656193.
-
- 07 Aug, 2011 1 commit
-
-
- 06 Aug, 2011 1 commit
-
-
Shaun Hoopes authored
Iterate source- and sink-pads separately to ensure that the graph reflects the upstream/downstream order. Fixes #643269
-
- 05 Aug, 2011 1 commit
-
-
Tim-Philipp Müller authored
Don't want (incompatible) 0.11 tools to be picked up by accident.
-
- 27 Jul, 2011 2 commits
-
-
-
Tim-Philipp Müller authored
-