[gstreamer-bugs] [Bug 629525] New: Latest version of gst-ffmpeg package is causing prolific amounts of GST warning messages when GST_DEBUG=2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 13 07:25:58 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=629525
  GStreamer | gst-ffmpeg | git

           Summary: Latest version of gst-ffmpeg package is causing
                    prolific amounts of GST warning messages when
                    GST_DEBUG=2
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: GStreamer-Bugs at tycosp.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=170153)
 View: https://bugzilla.gnome.org/attachment.cgi?id=170153
 Review: https://bugzilla.gnome.org/review?bug=629525&attachment=170153

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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list