mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
mpegtsparse: fix thinko
This commit is contained in:
parent
b11f737096
commit
fb9234de78
1 changed files with 1 additions and 1 deletions
|
@ -2208,7 +2208,7 @@ mpegts_packetizer_push_section (MpegTSPacketizer * packetizer,
|
||||||
section->complete = TRUE;
|
section->complete = TRUE;
|
||||||
res = TRUE;
|
res = TRUE;
|
||||||
GST_DEBUG ("TDT section pid:%d table_id:%d section_length: %d\n",
|
GST_DEBUG ("TDT section pid:%d table_id:%d section_length: %d\n",
|
||||||
packet->pid, table_id, section_length);
|
packet->pid, table_id, section->section_length);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue