mpegtbase: Fix switch/case typo

Ended up trying to analyze PMT ... with a PAT :(
This commit is contained in:
Edward Hervey 2013-07-07 07:21:46 +02:00
parent 1c96c79b88
commit 513417e0ff

View file

@ -899,8 +899,8 @@ mpegts_base_handle_psi (MpegTSBase * base, GstMpegTsSection * section)
GST_DEBUG ("First PAT offset: %" G_GUINT64_FORMAT, section->offset);
mpegts_packetizer_set_reference_offset (base->packetizer,
section->offset);
break;
}
break;
case GST_MPEGTS_SECTION_PMT:
post_message = mpegts_base_apply_pmt (base, section);
break;