mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 07:24:51 +00:00
vaapidecode: fix decoding of MPEG-2 PS files.
This commit is contained in:
parent
bd74adeffa
commit
c94dde647c
2 changed files with 2 additions and 2 deletions
2
NEWS
2
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
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue