gstreamer/ext
Simon Farnsworth f3e8dcb9de mpeg2dec: Fix handling of stride
A pipeline like:

gst-launch-1.0 filesrc location=file.ts ! tsdemux ! mpegvideoparse ! mpeg2dec  ! vaapisink

would look bad when file.ts contains 704x576 video, because vaapisink would
give you buffers of stride 768, but libmpeg2 was not told about this and
used a stride of 704.

Tell libmpeg2 about the stride from  downstream; in the process, teach it to
reject buffer pools that don't meet libmpeg2's chroma stride requirements

Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
2015-02-15 15:11:41 -06:00
..
a52dec gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
amrnb amrnbdec: Remove some dead code 2013-12-05 12:16:38 +01:00
amrwbdec amrwbdec: Remove some dead code 2013-12-05 12:16:45 +01:00
cdio gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
dvdread dvdread: avoid intermediate promotion to signed 2014-04-10 16:56:13 +01:00
lame Constify some static arrays everywhere 2015-01-21 09:56:41 +01:00
mad gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
mpeg2dec mpeg2dec: Fix handling of stride 2015-02-15 15:11:41 -06:00
sidplay docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-27 00:29:16 +01:00
twolame Constify some static arrays everywhere 2015-01-21 09:56:41 +01:00
x264 Improve and fix LATENCY query handling 2015-02-11 13:56:48 +01:00
Makefile.am build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00