mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
tsdemux: Demote GST_ERROR to GST_WARNING
discontinuities are not errors per-se and we handle them correctly.
This commit is contained in:
parent
58072914fa
commit
64592da3e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue