- Aug 08, 2012
-
-
Tim-Philipp Müller authored
- Aug 06, 2012
-
-
-
Sebastian Dröge authored
-
Edward Hervey authored
We need to make a difference between the initial dummy buffers (which have a fbuf->id of NULL) and the buffers on which we allocated video frames.
-
- Aug 05, 2012
-
-
Tim-Philipp Müller authored
From 94ccf4c to 668acee
-
- Aug 04, 2012
-
-
Tim-Philipp Müller authored
-
- Jul 27, 2012
-
-
Sebastian Dröge authored
-
- Jul 26, 2012
-
-
Edward Hervey authored
We use the mpeg2_fbuf_t id field as an integer and not as a pointer, so do not check if it is NULL or not. And cleanup a bit of debug
-
- Jul 25, 2012
-
-
Wim Taymans authored
rtspsrc will look for it.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Fix padding correction. gst_buffer_copy_into() appends the memory to the already existing memory in the target buffer.. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680536
-
- Jul 23, 2012
-
-
Wim Taymans authored
When we crop a buffer, copy the flags as well.
-
Robert Swain authored
-
Robert Swain authored
If the sequence is not flagged as progressive its buffers are marked interlace mode mixed. There is an individual picture flag indicating whether picture in the sequence are interlaced or not. This is used along with the new GST_VIDEO_BUFFER_FLAG_INTERLACED to correctly and completely indicate the buffer's interlaced state. Also, TFF and RFF should only be set if the sequence is not progressive.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 98e386f to 94ccf4c
-
- Jul 20, 2012
-
-
Mark Nauwelaerts authored
-
Nicolas Dufresne authored
... so it does not get used as first (valid) payload ts, whereas the first real valid payload ts may be considerably larger. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679838
-
-
- Jul 19, 2012
-
-
Edward Hervey authored
It was just ignoring the return values...
-
Edward Hervey authored
When mpeg2dec needs to do cropping (because downstream can't handle it), we need temporary buffers to decode to. Use the user_data field to store those, and unify the rest of the code that needs to touch a buffer (regardless of how/where it was allocated). https://bugzilla.gnome.org/show_bug.cgi?id=680194
-
- Jul 18, 2012
-
-
Edward Hervey authored
-
Tim-Philipp Müller authored
There can only be one taglist per name for sticky tag events. Needs to be fixed more properly, see https://bugzilla.gnome.org/show_bug.cgi?id=677619
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Makes sure the caps event isn't dropped immediately.
-
- Jul 17, 2012
-
-
Tim-Philipp Müller authored
-
- Jul 15, 2012
-
-
Tim-Philipp Müller authored
So we can signal that only the year field is valid.
-
- Jul 13, 2012
-
-
Tim-Philipp Müller authored
-
Edward Hervey authored
-
Wim Taymans authored
-
- Jul 12, 2012
-
-
Tim-Philipp Müller authored
It should never be autoplugged really, for DVD playback there's rsndvd (or will be, realsoonnow).
-
- Jul 09, 2012
-
-
Wim Taymans authored
-
- Jul 06, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- Jul 05, 2012
-
-
Tim-Philipp Müller authored
-
-
Sebastian Dröge authored
-