tsdemux: Demote GST_ERROR to GST_WARNING

discontinuities are not errors per-se and we handle them correctly.
This commit is contained in:
Edward Hervey 2013-10-11 11:23:16 +02:00
parent 58072914fa
commit 64592da3e9

View file

@ -1513,7 +1513,7 @@ gst_ts_demux_queue_data (GstTSDemux * demux, TSDemuxStream * stream,
(stream->continuity_counter == MAX_CONTINUITY && cc == 0))) {
GST_LOG ("CONTINUITY: Got expected %d", cc);
} else {
GST_ERROR ("CONTINUITY: Mismatch packet %d, stream %d",
GST_WARNING ("CONTINUITY: Mismatch packet %d, stream %d",
cc, stream->continuity_counter);
stream->state = PENDING_PACKET_DISCONT;
}