h264: add initial support for interlaced streams.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 13 Nov 2012 16:14:39 +0000 (17:14 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Nov 2012 16:53:55 +0000 (17:53 +0100)
commit2c13b17cdb794104f7c3f156f77c5f075d1df403
tree43fc06500c31187977371530cf11970e738001c8
parentc59d9355058914d10acde5071e4ecbd604dba154
h264: add initial support for interlaced streams.

Decoded frames are only output when they are complete, i.e. when both
fields are decoded. This also means that the "interlaced" caps is not
propagated to vaapipostproc or vaapisink elements. Another limitation
is that interlaced bitstreams with MMCO are unlikely to work.
gst-libs/gst/vaapi/gstvaapidecoder_h264.c