mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
tsdemux: Demote warning to simple debug
That issue is actually handled, so don't pollute the logs with such warning. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2340>
This commit is contained in:
parent
1fbf1b30b3
commit
89780341e8
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ mpegts_packetizer_parse_adaptation_field_control (MpegTSPacketizer2 *
|
|||
* adaptation field length is 183. This just means a zero length
|
||||
* payload so we clear the payload flag here and continue.
|
||||
*/
|
||||
GST_WARNING ("PID 0x%04x afc == 0x%02x and length %d == 183 (ignored)",
|
||||
GST_DEBUG ("PID 0x%04x afc == 0x%02x and length %d == 183 (ignored)",
|
||||
packet->pid, packet->scram_afc_cc & 0x30, length);
|
||||
packet->scram_afc_cc &= ~0x10;
|
||||
} else if (length > 182) {
|
||||
|
|
Loading…
Reference in a new issue