[gstreamer-bugs] [Bug 333900] New: cannot play a particular mp3 file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 8 06:47:20 PST 2006


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=333900
 GStreamer | gst-plugins-ugly | Ver: HEAD CVS

           Summary: cannot play a particular mp3 file
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: damien.boucard at tchoy.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.11/2.12
   GNOME milestone: Unspecified


Please describe the problem:
mp3 files works very well excepted one which is available on
http://tchoy.net/~dboucard/rondo_veneziano.mp3 (89MB).

sox'play command can play it without any problem but apps using gstreamer
cannot.

Steps to reproduce:
1. Download the failling file : http://tchoy.net/~dboucard/rondo_veneziano.mp3
(89MB).
2. Try to play it with : gst-launch-0.10 playbin
uri=file:///path/to/rondo_veneziano.mp3



Actual results:
Here is what gst-launch tells :
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /playbin0: Only a subtitle stream was detected. Either you
are loading a subtitle file or some other type of text file, or the media file
was not recognized.
Additional debug info:
gstplaybasebin.c(1453): prepare_output (): /playbin0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...


Expected results:
Normally, it would play the mp3 file, with an output like that :
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: audioclock2
Got EOS from element "playbin0".
Execution ended after 201148895000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

Does this happen every time?
Currently, the problem has only been found for this file, but I suppose it
exists other files in that format.

Other information:
sox complained about some errors when I tell it to convert the file into ogg.
The conversion works, but error messages could give us a track :
sox: recoverable frame level error (lost synchronization).
sox: recoverable frame level error (bad main_data_begin pointer).
[...]
sox: recoverable frame level error (forbidden bitrate value).
[...]
sox: recoverable frame level error (reserved sample frequency value).
[...]
sox: recoverable frame level error (reserved header layer value).
[...]

Run "sox rondo_veneziano.mp3 rondo_veneziano.ogg" (may be with -V option)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list