mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
mpegts: Add missing break
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8286>
This commit is contained in:
parent
b78c119a42
commit
5bb22c24dc
1 changed files with 1 additions and 0 deletions
|
@ -1090,6 +1090,7 @@ _identify_section (guint16 pid, guint8 table_id)
|
|||
case GST_MTS_TABLE_ID_SELECTION_INFORMATION:
|
||||
if (pid == 0x001f)
|
||||
return GST_MPEGTS_SECTION_SIT;
|
||||
break;
|
||||
default:
|
||||
/* Handle ranges */
|
||||
if (table_id >= GST_MTS_TABLE_ID_EVENT_INFORMATION_ACTUAL_TS_PRESENT &&
|
||||
|
|
Loading…
Reference in a new issue