mpegtsparse: fix thinko

This commit is contained in:
Andoni Morales Alastruey 2010-11-19 18:26:59 +01:00 committed by Alessandro Decina
parent b11f737096
commit fb9234de78

View file

@ -2208,7 +2208,7 @@ mpegts_packetizer_push_section (MpegTSPacketizer * packetizer,
section->complete = TRUE;
res = TRUE;
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;
}