mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mpegtbase: Fix switch/case typo
Ended up trying to analyze PMT ... with a PAT :(
This commit is contained in:
parent
1c96c79b88
commit
513417e0ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue