vaapidecode: fix decoding of MPEG-2 PS files.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Sep 2011 09:34:05 +0000 (11:34 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 14 Sep 2011 09:40:32 +0000 (11:40 +0200)
NEWS
gst/vaapidecode/gstvaapidecode.c

diff --git a/NEWS b/NEWS
index 3d86cfd..416f02e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 
index 266309c..4282a42 100644 (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")