vdpaumpegdec: change a GST_DEBUG to GST_WARNING

This commit is contained in:
Carl-Anton Ingmarsson 2009-06-05 11:54:17 +02:00 committed by Jan Schmidt
parent f4c0de5a67
commit 016f24f8be

View file

@ -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;
}