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:
Sebastian Dröge 2024-11-15 16:44:10 +02:00 committed by GStreamer Marge Bot
parent f00960bbc8
commit 2d9cd86587

View file

@ -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",