- Sep 14, 2012
-
-
Tim-Philipp Müller authored
- Sep 13, 2012
-
-
Wim Taymans authored
Video uses DTS as timestamps. Set the DTS on the buffers and leave the PTS undefined to make the decoder do the right thing. We can then remove the code that tries to guess the PTS from the DTS.
-
- Sep 12, 2012
-
-
Jan Schmidt authored
So that the buffer still exists when we go to unmap it later, even if it got pushed in the meantime.
-
- Sep 11, 2012
-
-
Olivier Crête authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... in stead of update newsegment event.
-
Mark Nauwelaerts authored
-
- Sep 09, 2012
-
-
Mark Nauwelaerts authored
-
- Sep 07, 2012
-
-
Mark Nauwelaerts authored
... by arranging for an offset such that DTS == PTS for keyframes, which is expected elsewhere to go along with semantics of PTS and DTS. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679443
-
Christian Fredrik Kalager Schaller authored
-
- Sep 06, 2012
-
-
Mark Nauwelaerts authored
... which avoids test segfaulting.
-
- Aug 30, 2012
-
-
Edward Hervey authored
And fix the expected output caps by adding colorimetry field
-
- Aug 22, 2012
-
-
Stefan Sauer authored
From 668acee to 4f962f7
-
Stefan Sauer authored
This allows us to e.g. unconditionally use gtkdoc-rebase.
-
- Aug 20, 2012
-
-
Tim-Philipp Müller authored
-
- Aug 09, 2012
-
-
Sebastian Dröge authored
-
- Aug 08, 2012
-
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
-
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
-