[gstreamer-bugs] [Bug 323314] New: gstbasertpdepayload takes 100% CPU

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Dec 5 13:56:11 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323314
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: gstbasertpdepayload takes 100% CPU
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sebas642 at yahoo.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Running the following pipeline with gst-launch-0.10 takes 100% CPU:
gst-launch-0.10 rtpbin rtcp-support=false localport=24516 !
application/x-rtp,media=audio,payload=96,clock-rate=8000,encoding-name=AMR,encoding-params=\(string\)1,octet-align=\(string\)1,crc=\(string\)0,robust-sorting=\(string\)0,interleaving=\(string\)0
! rtpamrdepay ! fakesink

In gstbasertpdepayload.c, the call to "gst_base_rtp_depayload_wait (filter,
GST_MSECOND * 5)" doesn't really wait, it returns immediately. 

I don't know what the problem is or how to fix it, I'm calling g_usleep() instead.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list