GNOME Bugzilla – Bug 629525
Latest version of gst-ffmpeg package is causing prolific amounts of GST warning messages when GST_DEBUG=2
Last modified: 2010-09-17 17:59:49 UTC
Created attachment 170153 [details] [review] patch the gstffmpegdec.c in git format-patch format that ensures offsets into buffer are > 0 We noticed that when we have the latest version of the ffmpeg_dec element in our pipeline, we were getting bombarded (every 100 ms) with GST warnings when GST_DEBUG=2. Without the change here’s the warning messages we were getting: 0:00:01.026401394 9511 0x81661d8 WARN GST_PADS gstpad.c:3107:gst_pad_iterate_internal_links_default:<rtpssrcdemux0:rtcp_src_1364353317> Making unsafe iterator 0:00:01.026443685 9511 0x81661d8 WARN GST_PADS gstpad.c:3107:gst_pad_iterate_internal_links_default:<rtpsession0:sync_src> Making unsafe iterator Basically we've attached a patch that ensures that the offsets into the buffer are > 0.
I fail to see the relationship between your patch to offsets and an unsafe iterator warning.
Also gst-ffmpeg doesn't even use gst_pad_iterate_internal_links() or gst_pad_iterate_internal_links_default(), neither does any of the other gstreamer modules. I'm closing this bug as invalid for now, this warning most probably is caused by an application or your gstreamer versions are quite old.