- 08 Oct, 2011 2 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 07 Oct, 2011 4 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 06 Oct, 2011 4 commits
-
-
Vincent Penquerc'h authored
All tests were testing the default sine wave https://bugzilla.gnome.org/show_bug.cgi?id=661106
-
Vincent Penquerc'h authored
And make violet noise usable https://bugzilla.gnome.org/show_bug.cgi?id=661105
-
Vincent Penquerc'h authored
The bins' getcaps was bypassing the inner elements, and thus failing to account for the caps transformations they allow, which caused YUV video pipelines to fail with ximagesink, which does not support YUV, even though the convenience bin includes a colorspace converter for just this purpose. https://bugzilla.gnome.org/show_bug.cgi?id=660816
-
Vincent Penquerc'h authored
The new code was checking for a prefix, and would find video/ first. Check in two passes, first checking for a perfect match, and falling back to a prefix check if nothing was found. https://bugzilla.gnome.org/show_bug.cgi?id=657261
-
- 05 Oct, 2011 2 commits
-
-
Thiago Santos authored
Re-enable parsers in encodebin to allow more passthrough scenarios to work. Specially the ones that require changing 'stream formats'. i.e. h264 in mkv to mpegts.
-
Robert Swain authored
-
- 04 Oct, 2011 2 commits
-
-
Stefan Sauer authored
-
Robert Swain authored
The video-sink property allows manual specification via g_object_set () of the video sink element to be used.
-
- 03 Oct, 2011 5 commits
-
-
Sebastian Dröge authored
-
Thibault Saunier authored
The fact that a decoder is not compatible with the fixed sink is currently happenning in the case where we have hardware accelerated video decoders on the system (especially vaapi elements that are actually plugged), and the user is providing a sink that doesn't support the surface. A simple example that shows how it used to crash on a system where gstreamer-vaapi is installed: gst-launch playbin2 video-sink=xvimagesink uri=/codec/supported/by/vaapi What we are now doing in this case, is avoid using the accelerated decoder and plug a "normal" decoder instead (if avalaible). This commit doesn't handle the case where we have hardware accelerated demuxing.
-
Vincent Penquerc'h authored
Only A/V streams are added at the moment, there does not seem to be a similar way to add other streams (eg, subtitles). https://bugzilla.gnome.org/show_bug.cgi?id=642878
-
-
Sebastian Dröge authored
Fixes bug #647769 for real.
-
- 01 Oct, 2011 1 commit
-
-
Vincent Penquerc'h authored
Basically the same as I420, just with chroma planes swapped. https://bugzilla.gnome.org/show_bug.cgi?id=660604
-
- 30 Sep, 2011 1 commit
-
-
Thiago Santos authored
The condition is if the muxer doesn't have tag setter *and* isn't a formatter itself. Any of those two conditions makes the muxer good enough to not need a formatter.
-
- 28 Sep, 2011 2 commits
-
-
Mark Nauwelaerts authored
-
Tim-Philipp Müller authored
We want to remove all codec specific tags.
-
- 27 Sep, 2011 7 commits
-
-
Raimo Järvi authored
Fixes bug #660304.
-
Raimo Järvi authored
Fixes bug #660301.
-
Mark Nauwelaerts authored
... which avoids going loopy with casual subclass.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... which probably includes a pending newsegment event.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- 26 Sep, 2011 10 commits
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This reverts commit 11e37548. GST_BOILERPLATE() can't define an abstract type and G_DEFINE_ABSTRACT_TYPE() does not pass the class struct to the instance_init function and there's no way to get the class struct of the current type in instance_init().
-
Sebastian Dröge authored
This extends the special case of a fixed number of samples per frame that was supported before already.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This makes sure that the caps are already set before any serialized events are sent downstream.
-