ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the demuxer...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 28 Nov 2005 11:25:56 +0000 (11:25 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 28 Nov 2005 11:25:56 +0000 (11:25 +0000)
commit85a322a4611f8ddaee21103514745b093701c55c
treea69853275bfe6bd51677ede7eb59f62e451ac962
parentd61b6ce395c5cdeb48cd9194f40f567d85226de0
ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the demuxer and the decoder provide a pixel ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
(gst_ffmpegdec_setcaps), (gst_ffmpegdec_add_pixel_aspect_ratio),
(gst_ffmpegdec_negotiate):
Improve pixel aspect ratio handling when both the demuxer and the
decoder provide a pixel aspect ratio: if one of the two ratios is
1:1, use the other one; if both are non-1:1, use the one provided
by the decoder (fixes matroska starwars test files); also add some
locking here and there.
ChangeLog
ext/ffmpeg/gstffmpegdec.c