mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
mpegtsbase: actually set seen_pat=TRUE when we see a PAT
This commit is contained in:
parent
adc048eb64
commit
d439f2d38d
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ mpegts_base_handle_psi (MpegTSBase * base, MpegTSPacketizerSection * section)
|
|||
if (G_LIKELY (structure)) {
|
||||
mpegts_base_apply_pat (base, structure);
|
||||
if (base->seen_pat == FALSE) {
|
||||
|
||||
base->seen_pat = TRUE;
|
||||
base->first_pat_offset = GST_BUFFER_OFFSET (section->buffer);
|
||||
GST_DEBUG ("First PAT offset: %" G_GUINT64_FORMAT,
|
||||
base->first_pat_offset);
|
||||
|
|
Loading…
Reference in a new issue