- Sep 14, 2012
-
-
Tim-Philipp Müller authored
- Sep 13, 2012
-
-
Jan Schmidt authored
PTS doesn't increment linearly in parsers with frame re-ordering, but DTS does. Verify that instead.
-
Jan Schmidt authored
The parser (correctly) now interprets the test header using MPEG-1 semantics, so fix the test expectation.
-
Olivier Crête authored
-
Olivier Crête authored
Also remove a lot of empty, non-implemented methods
-
Jan Schmidt authored
All these formats have re-ordered PTS which the base class gets wrong. It's better to leave them blank and let the decoder sort it out. Better yet would be to track and interpolate the timestamps in the subclasses (FIXME)
-
Jan Schmidt authored
Handle Gap events the way we used to handle segment updates and advance/fill in the video stream accordingly. Fixes 'still' menus which aren't DVD still frames, but are just a single frame with accompanying audio.
-
Jan Schmidt authored
Shrink the queue once we're prerolled. Fixes the Fringe S1 DVD. Also, ensure we only fire no_more_pads once.
-
Jan Schmidt authored
Until segments are better worked out. Also, use internal input-selector for audio as well
-
Jan Schmidt authored
Change the way the pixel-aspect-ratio is computed by interpreting the sequence header aspect ratio info as MPEG-1 values until a sequence extension or sequence display extension is seen, and then updating the sequence header struct accordingly. Fixes incorrect anamorphic display on some MPEG-2 (DVD) sequences.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Make caps writable before changing them.
-
Tim-Philipp Müller authored
Blows up when trying to instantiate a second clip element of the same type, like in the generic/states unit test.
-
Tim-Philipp Müller authored
g_return_val_if_fail() is not for error handling, it's for catching programming errors in public API. Fixes problem with generic/states unit test.
-
- Sep 12, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Need to pass a GstSample now for GST_TAG_APPLICATION_DATA instead of a GstBuffer.
-
Olivier Crête authored
-
Olivier Crête authored
This way, the most common function (changing buffers) becomes O(1) instead of O(n)
-
Olivier Crête authored
-
Olivier Crête authored
Use GstAudioInfo everywhere, etc
-
Olivier Crête authored
-
Stefan Sauer authored
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all invocations.
-
Olivier Crête authored
-
Edward Hervey authored
And fixup getcaps handler while I'm at it
-
Thiago Santos authored
Check directly with GST_IS_TAG_SETTER instead of using the deprecated GstImplementsInterface Fixes the image tag setting unit test
-
Tim-Philipp Müller authored
-
Mark Nauwelaerts authored
-
ASPECT_HORIZ_SIZE and ASPECT_VERT_SIZE are syntax elements that hold binary encodings of sizes ranging from 1 to 256. Thus, the calculated pixel-aspect-ratio was off by one. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=683858
-
Anonymous union is an ISO C (2011) feature that is not exposed in compilers strictly conforming to the previous standard. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-
Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-
Tim-Philipp Müller authored
Though it probably won't work, but then it's disabled.
-
opus + jpegformat plugin builds fail when gstreamer is configured with --disable-gst-debug as they are checking the GST_DISABLE_DEBUG symbol instead of GST_DISABLE_GST_DEBUG. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> https://bugzilla.gnome.org/show_bug.cgi?id=683850
-
Tim-Philipp Müller authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- Sep 11, 2012
-
-
Olivier Crête authored
-