From 2d9cd865876d5f16c132d965ce6b1a43bfbbb1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 15 Nov 2024 16:44:10 +0200 Subject: [PATCH] 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: --- subprojects/gst-plugins-bad/gst/mpegtsdemux/mpegtsbase.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst/mpegtsdemux/mpegtsbase.c b/subprojects/gst-plugins-bad/gst/mpegtsdemux/mpegtsbase.c index f53544361c..a8416589c7 100644 --- a/subprojects/gst-plugins-bad/gst/mpegtsdemux/mpegtsbase.c +++ b/subprojects/gst-plugins-bad/gst/mpegtsdemux/mpegtsbase.c @@ -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",