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 351793 - [amrnbdec] noise instead of sound on x86-64
[amrnbdec] noise instead of sound on x86-64
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-17 17:07 UTC by Bastien Nocera
Modified: 2007-05-07 17:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
25-07-05_2316.3gp (104.66 KB, application/octet-stream)
2006-08-17 17:08 UTC, Bastien Nocera
Details

Description Bastien Nocera 2006-08-17 17:07:32 UTC
gstreamer-plugins-bad-0.10.3-2
gstreamer-plugins-good-devel-0.10.3.2-0.gst.1.5
gstreamer-plugins-base-0.10.9-0.gst.2.5
gstreamer-ffmpeg-0.10.1-0.gst.1.5
gstreamer-tools-0.10.9-0.gst.1.5
gstreamer-plugins-good-0.10.3.2-0.gst.1.5
gstreamer-plugins-base-devel-0.10.9-0.gst.2.5
gstreamer-0.10.9-0.gst.1.5
gstreamer-plugins-ugly-0.10.3.2-0.gst.1.5
gstreamer-devel-0.10.9-0.gst.1.5
amrnb-0.0.1-0.lvn.1.5

And sometimes crashes as well.

  • #0 Encoder_Interface_Encode
    from /usr/lib64/libamrnb.so.0
  • #1 Speech_Decode_Frame_init
    from /usr/lib64/libamrnb.so.0
  • #2 Speech_Decode_Frame_init
    from /usr/lib64/libamrnb.so.0
  • #3 Speech_Decode_Frame
    from /usr/lib64/libamrnb.so.0
  • #4 Decoder_Interface_Decode
    from /usr/lib64/libamrnb.so.0
  • #5 gst_amrnbdec_get_type
    from /usr/lib64/gstreamer-0.10/libgstamrnb.so
  • #6 gst_pad_alloc_buffer
    from /usr/lib64/libgstreamer-0.10.so.0
  • #7 gst_pad_push
    from /usr/lib64/libgstreamer-0.10.so.0
  • #8 gst_queue_get_type
    from /usr/lib64/gstreamer-0.10/libgstcoreelements.so
  • #9 gst_task_set_lock
    from /usr/lib64/libgstreamer-0.10.so.0
  • #10 g_thread_pool_push
    from /usr/lib64/libglib-2.0.so.0
  • #11 g_thread_create_full
    from /usr/lib64/libglib-2.0.so.0
  • #12 start_thread
    from /lib64/libpthread.so.0
  • #13 clone
    from /lib64/libc.so.6
  • #14 ??


File attached below.
Comment 1 Bastien Nocera 2006-08-17 17:08:02 UTC
Created attachment 71093 [details]
25-07-05_2316.3gp
Comment 2 Tim-Philipp Müller 2006-08-22 14:26:28 UTC
Probably a dup of bug #342222.

Could you try again with a current -ugly release, ie. 0.10.4 (current -good is also at 0.10.4).

Comment 3 Bastien Nocera 2006-08-22 17:58:50 UTC
I'm using Thomas' packages. Thomas?
Comment 4 Tim-Philipp Müller 2006-08-24 09:34:49 UTC
Ah, I misread the version numbers (0.10.3.2 vs. 0.10.3-2), you've got the prereleases (0.10.3.2) which should be more or less identical to the final release (0.10.4), at least in this case.

Moving to GStreamer then.
Comment 5 Michael Smith 2006-08-24 09:37:06 UTC
Change summary line to refer to 'amrnbdec' rather than  'ambrdec'
Comment 6 Jyrki Muukkonen 2006-09-12 14:19:15 UTC
This is a bug of amrnb.

IIRC, there was some note like "If compiling on PPC, please change the header file" in the original amrnb sources (zip file from 3gpp.org).

Patch from http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20060109/087628.html should work.
Comment 7 Tim-Philipp Müller 2007-05-07 17:31:04 UTC
> This is a bug of amrnb.

I suppose that means NOTGNOME then.