[gstreamer-bugs] [Bug 352195] Convert MPEG 2 Layer 3

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Aug 31 01:12:17 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=352195
 GStreamer | gst-plugins | Ver: 0.10.3


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|NOTGNOME                    |
   Target Milestone|NONE                        |HEAD




------- Comment #5 from Tim-Philipp Müller  2006-08-31 08:11 UTC -------
> OK, thanks. No, things don't work with gstreamer0.10-plugins-ugly either. This
> package installs the libraries 'libgstmad.so' and 'libgstmpeg2dec.so', so I
> suppose it should work. Where should I have to reopen the bug?

What's the output of the following commands (you might need to install the
gstreamer0.10-tools package):

 $ gst-inspect-0.10 mad | grep Version
 $ gst-inspect-0.10 flump3dec | grep Version
 $ gst-inspect-0.10 audioresample | grep Version


Do any of these commands play your .mp3 file:

 $ gst-launch-0.10 filesrc location=foo.mp3 ! mad ! audioconvert !
audioresample ! autoaudiosink

 $ gst-launch-0.10 playbin uri=file:///path/to/foo.mp3

? (if not, what's the error message they show?)



Also, could you run serpentine from the command line like this:

 $ GST_DEBUG=*:2 serpentine 2>dbg.log

and then reproduce the error and quit and attach the dbg.log file?


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