[gstreamer-bugs] [Bug 356037] New: gstreamer won't play mp3s using playbin but will using gst-launch

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Sep 14 17:40:35 PDT 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=356037
 GStreamer | don't know | Ver: 0.10.9

           Summary: gstreamer won't play mp3s using playbin but will using
                    gst-launch
           Product: GStreamer
           Version: 0.10.9
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: paavola at orionpark.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


When I enter:
gst-launch playbin uri=file:///home/paavola/Desktop/test.mp3

I get:
Setting pipeline to PAUSED ...
** Message: don't know how to handle application/x-id3
Pipeline is PREROLLING ...
ERROR: from element /playbin0: You do not have a decoder installed to handle
this file. You might need to install the necessary plugins.
Additional debug info:
gstplaybasebin.c(1457): prepare_output (): /playbin0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...

However the same file plays perfectly well using:
gst-launch filesrc location=test.mp3 ! mad ! audioconvert ! audioresample !
alsasink

The output for that is:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: audioclock0

My system is FC5 and the gstreamer-0.10.9.2.gst.1.5 package was installed.
The plugins packages are:
gstreamer-plugins-base-0.10.5-1
gstreamer-plugins-good-0.10.4-0.gst.1.5
gstreamer-plugins-ugly-0.10.3-1.fc5

Any suggestions?


-- 
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