mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
mpegtsmux: Schedule PMT update on stream removal
Following the behavior of tsmux_program_add_stream(), this ensures that a PMT update will also be caused by removal of a stream from a program. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7719>
This commit is contained in:
parent
493f8e440a
commit
bcaf72ba62
1 changed files with 2 additions and 0 deletions
|
@ -821,6 +821,8 @@ tsmux_program_remove_stream (TsMuxProgram * program, TsMuxStream * stream)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
program->pmt_changed = TRUE;
|
||||
|
||||
return streams->len == 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue