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 342222 - [amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
[amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.x
Other All
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-18 08:13 UTC by Ernst Sjöstrand
Modified: 2006-08-24 10:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
AMR Narrowband sample (7.47 KB, audio/AMR)
2006-05-18 11:33 UTC, Ernst Sjöstrand
Details

Description Ernst Sjöstrand 2006-05-18 08:13:07 UTC
Please describe the problem:
My cellphone can record voice etc to file. It is saved as AMR Narrowband. This
plays fine in QuickTime for Windows and RealPlayer for Linux.

I think I have all gstreamer-plugins offered by Ubuntu Dapper installed and I
can't play this file with gstreamer.

Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2006-05-18 08:26:34 UTC
Could you attach a short sample please?
Comment 2 Ernst Sjöstrand 2006-05-18 11:33:08 UTC
Created attachment 65756 [details]
AMR Narrowband sample

Yes of cource, I just had some problems with the transfer to the computer.. :-)
Comment 3 Ernst Sjöstrand 2006-05-18 11:34:06 UTC
Also, the gnome desktop doesn't seem to recognize this mime-type.
Any ideas where I should file a bug about that?
Comment 4 Wim Taymans 2006-05-24 15:56:36 UTC
        * ext/amrnb/amrnbdec.c: (gst_amrnbdec_event), (gst_amrnbdec_chain):
        * ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
        (gst_amrnbparse_sink_event), (gst_amrnbparse_chain),
        (gst_amrnbparse_sink_activate), (gst_amrnbparse_state_change):
        * ext/amrnb/amrnbparse.h:
        Sortof first quick cleanup of all this mess...
        Don't crap out on empty and invalid FTs but treat them as
        empty packets, the decoder handles them fine.
        Fixes #342222.
Comment 5 Bastien Nocera 2006-08-24 10:06:51 UTC
(In reply to comment #3)
> Also, the gnome desktop doesn't seem to recognize this mime-type.
> Any ideas where I should file a bug about that?

shared-mime-info on the freedesktop.org site
I already fixed it though.