vdpaumpegdec: change a GST_DEBUG to GST_WARNING
This commit is contained in:
parent
f4c0de5a67
commit
016f24f8be
@ -426,7 +426,7 @@ gst_vdp_mpeg_decoder_parse_picture_coding (GstVdpMpegDecoder * mpeg_dec,
|
||||
GST_DEBUG ("fields: %d", fields);
|
||||
|
||||
if (!fields) {
|
||||
GST_DEBUG ("Invalid Picture Extension packet");
|
||||
GST_WARNING ("Invalid Picture Extension packet");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user