mpegtsparse: fix thinko
This commit is contained in:
parent
b11f737096
commit
fb9234de78
@ -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…
x
Reference in New Issue
Block a user