mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
tsdemux: Lower a GST_FIXME to a GST_DEBUG
This is not really a refcounting issue and can happen if a new program is in the process of being activated that contains streams with the same PIDs. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7898>
This commit is contained in:
parent
f00960bbc8
commit
2d9cd86587
1 changed files with 1 additions and 3 deletions
|
@ -1005,9 +1005,7 @@ mpegts_base_activate_program (MpegTSBase * base, MpegTSBaseProgram * program,
|
|||
MPEGTS_BIT_SET (base->known_psi, stream->pid);
|
||||
} else {
|
||||
if (G_UNLIKELY (MPEGTS_BIT_IS_SET (base->is_pes, stream->pid)))
|
||||
GST_FIXME
|
||||
("Refcounting issue. Setting twice a PID (0x%04x) as known PES",
|
||||
stream->pid);
|
||||
GST_DEBUG ("Setting twice a PID (0x%04x) as known PES", stream->pid);
|
||||
if (G_UNLIKELY (MPEGTS_BIT_IS_SET (base->known_psi, stream->pid))) {
|
||||
GST_FIXME
|
||||
("Refcounting issue. Setting a known PSI PID (0x%04x) as known PES",
|
||||
|
|
Loading…
Reference in a new issue