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 346100 - rtpspeexpay consumes 99% CPU
rtpspeexpay consumes 99% CPU
Status: RESOLVED DUPLICATE of bug 346157
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-28 12:28 UTC by C.F. Cer
Modified: 2006-06-29 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description C.F. Cer 2006-06-28 12:28:51 UTC
When adding RTP payloader (or depayloader) to the speexenc (or speexdec) the gstreamer consumes 99% CPU.  Without the RTP in between CPU usage is normal.  Examples:

gst-launch -v osssrc ! speexenc bitrate=8000 ! rtpspeexpay ! rtpspeexdepay ! speexdec ! alsasink

Takes 99% CPU.

gst-launch -v osssrc ! speexenc bitrate=8000 ! speexdec ! alsasink

normal CPU usage.
Comment 1 C.F. Cer 2006-06-28 12:30:10 UTC
I have also tested this with application other than gst-launch (src->enc->RTP->network and consumes 99% CPU).
Comment 2 Tim-Philipp Müller 2006-06-29 10:12:14 UTC
*** Bug 346157 has been marked as a duplicate of this bug. ***
Comment 3 C.F. Cer 2006-06-29 10:25:42 UTC

*** This bug has been marked as a duplicate of 346157 ***