mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
mpeg4: fix debug info for unsupported profile.
This commit is contained in:
parent
61cc02f54b
commit
cf75d048a1
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ decode_sequence(GstVaapiDecoderMpeg4 *decoder, const guint8 *buf, guint buf_size
|
|||
profile = GST_VAAPI_PROFILE_MPEG4_ADVANCED_SIMPLE;
|
||||
break;
|
||||
default:
|
||||
GST_DEBUG("unsupported profile %d", profile);
|
||||
GST_DEBUG("unsupported profile %d", vos_hdr->profile);
|
||||
return GST_VAAPI_DECODER_STATUS_ERROR_UNSUPPORTED_PROFILE;
|
||||
}
|
||||
if (priv->profile != profile) {
|
||||
|
|
Loading…
Reference in a new issue