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 340967 - [faad] highpitch noises/glitches with aac+ stream playback
[faad] highpitch noises/glitches with aac+ stream playback
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.3
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-07 23:33 UTC by liquiem
Modified: 2006-05-16 18:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description liquiem 2006-05-07 23:33:42 UTC
Please describe the problem:
whenever i listen to a aac+ encoded internetstream, im having 2 different
problems. first, i get highpitch noise or glitches while listen to the stream.
second, i cant listen to the stream at all. all i get is some milliseconds of
sound, then beep media player stops with following error report:

ERROR [Element: faad15]
(E302) There was an error decoding the stream

Current URI:
http://creacast.relay.frequence3.net:7070/

Detailed debugging information:
gstfaad.c(1322): gst_faad_chain (): /pipeline_http/decoder/faad15:
Failed to decode buffer: Maximum number of bitstream elements exceeded

Steps to reproduce:
1. gst-launch-0.10 playbin uri="http://creacast.relay.frequence3.net:7070/"
2.
3. 

Actual results:
stream starts to play and unreproducable the glitches start to occure

Expected results:
sound without the glitches

Does this happen every time?
yes

Other information:
Plugin Details:
  Name:                 faad
  Description:          Free AAC Decoder (FAAD)
  Filename:             /usr/lib/gstreamer-0.10/libgstfaad.so
  Version:              0.10.3
  License:              GPL
  Source module:        gst-plugins-bad
  Binary package:       GStreamer Bad Plug-ins source release
  Origin URL:           Unknown package origin
Comment 1 Tim-Philipp Müller 2006-05-08 17:03:01 UTC
Works perfectly fine for me (using gst-plugins-bad 0.10.3/CVS), on x86.

Where are your faad packages from? (asking because of bug #340762)
Comment 2 Tim-Philipp Müller 2006-05-16 18:26:57 UTC
Can't find anyone who can reproduce this problem (with up-to-date GStreamer).

Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!

If the problem persists with up to date GStreamer, please also attach a debug log of:

 $ export GST_DEBUG_NO_COLOR=1
 $ GST_DEBUG=*:5 gst-launch-0.10 playbin uri=http://... 2>dbg.log
 $ bzip2 dbg.log