mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
vdpaumpegdec: change a GST_DEBUG to GST_WARNING
This commit is contained in:
parent
f4c0de5a67
commit
016f24f8be
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ gst_vdp_mpeg_decoder_parse_picture_coding (GstVdpMpegDecoder * mpeg_dec,
|
||||||
GST_DEBUG ("fields: %d", fields);
|
GST_DEBUG ("fields: %d", fields);
|
||||||
|
|
||||||
if (!fields) {
|
if (!fields) {
|
||||||
GST_DEBUG ("Invalid Picture Extension packet");
|
GST_WARNING ("Invalid Picture Extension packet");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue