mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
mpeg4: map Simple_Scalable profile to Advanced_Simple profile.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
96437a7a16
commit
c40c05dc45
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ decode_sequence(GstVaapiDecoderMpeg4 *decoder, const guint8 *buf, guint buf_size
|
|||
profile = GST_VAAPI_PROFILE_MPEG4_SIMPLE;
|
||||
break;
|
||||
case GST_MPEG4_PROFILE_ADVANCED_SIMPLE:
|
||||
case GST_MPEG4_PROFILE_SIMPLE_SCALABLE: /* shared profile with ADVANCED_SIMPLE */
|
||||
profile = GST_VAAPI_PROFILE_MPEG4_ADVANCED_SIMPLE;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue