mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
flvparse: fix confusing debug messages
This commit is contained in:
parent
99a581215f
commit
1f9c39da2a
1 changed files with 2 additions and 2 deletions
|
@ -1060,10 +1060,10 @@ gst_flv_parse_tag_video (GstFLVDemux * demux, GstBuffer * buffer)
|
||||||
}
|
}
|
||||||
case 1:
|
case 1:
|
||||||
/* H.264 NALU packet */
|
/* H.264 NALU packet */
|
||||||
GST_LOG_OBJECT (demux, "got a H.264 NALU audio packet");
|
GST_LOG_OBJECT (demux, "got a H.264 NALU video packet");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
GST_WARNING_OBJECT (demux, "invalid AAC packet type %u",
|
GST_WARNING_OBJECT (demux, "invalid video packet type %u",
|
||||||
avc_packet_type);
|
avc_packet_type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue