vaapidecode: fix decoding of MPEG-2 PS files.

This commit is contained in:
Gwenole Beauchesne 2011-09-14 11:34:05 +02:00
parent bd74adeffa
commit c94dde647c
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -3,7 +3,7 @@ Copyright (C) 2010-2011 Splitted-Desktop Systems
Copyright (C) 2011 Intel Corporation
Version 0.2.7 - DD.Jul.2011
* Fix MPEG-2 TS decoding
* Fix MPEG-2 decoding from TS & PS streams
* Fix build with newer versions of FFmpeg
* Fix vaapiconvert direct-rendering modes

View file

@ -56,7 +56,7 @@ static const GstElementDetails gst_vaapidecode_details =
"height = (int) [ 1, MAX ]; "
static const char gst_vaapidecode_sink_caps_str[] =
GST_CAPS_CODEC("video/mpeg, mpegversion=2")
GST_CAPS_CODEC("video/mpeg, mpegversion=2, systemstream=(boolean)false")
GST_CAPS_CODEC("video/mpeg, mpegversion=4")
GST_CAPS_CODEC("video/x-divx")
GST_CAPS_CODEC("video/x-xvid")