After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629525 - Latest version of gst-ffmpeg package is causing prolific amounts of GST warning messages when GST_DEBUG=2
Latest version of gst-ffmpeg package is causing prolific amounts of GST warni...
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-13 14:25 UTC by American Dynamics
Modified: 2010-09-17 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch the gstffmpegdec.c in git format-patch format that ensures offsets into buffer are > 0 (1.12 KB, patch)
2010-09-13 14:25 UTC, American Dynamics
none Details | Review

Description American Dynamics 2010-09-13 14:25:54 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.
Comment 1 Edward Hervey 2010-09-13 15:33:13 UTC
I fail to see the relationship between your patch to offsets and an unsafe iterator warning.
Comment 2 Sebastian Dröge (slomo) 2010-09-17 17:59:49 UTC
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.