tsdemux: Demote a warning to debug level

We will get it for virtually every first packets.
This commit is contained in:
Edward Hervey 2013-05-23 14:56:40 +02:00
parent f7893fb63e
commit 7837cab44e

View file

@ -1318,7 +1318,7 @@ gst_ts_demux_queue_data (GstTSDemux * demux, TSDemuxStream * stream,
if (stream->state == PENDING_PACKET_EMPTY) {
if (G_UNLIKELY (!packet->payload_unit_start_indicator)) {
stream->state = PENDING_PACKET_DISCONT;
GST_WARNING ("Didn't get the first packet of this PES");
GST_DEBUG ("Didn't get the first packet of this PES");
} else {
GST_LOG ("EMPTY=>HEADER");
stream->state = PENDING_PACKET_HEADER;