mp3 not playing "no suitable plugins found"

Will Wong porkbun at gmail.com
Wed Oct 9 04:50:48 CEST 2013


Hello, I am new to gstreamer development and am using the homebrew
gstreamer (1.2.0) with all gst-plugins installed (also brewed).

My problem is I can't get mp3s to play. I have included an example run
using gst-launch below. Gst-inspect reveals that I should have mp3 support
under libav (avdec_* plugins all there) but I noticed that
gstmpg123audiodec was missing despite having the bad-plugins installed.
Several other bad-plugins also seem to be missing. Not sure if this is
normal or not.

Please help me get my mp3 plugin working. Thank you!

-Will
p.s. I apologize if I have broken any posting rules. This is my first time.


gst-launch-1.0 -v playbin uri=file:/users/Will03/ORBITUNE/music/22060.mp3
??????????? (PAUSED) ??????...
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: ring-buffer-max-size = 0
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: buffer-size = -1
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: buffer-duration = -1
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: use-buffering = false
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: download = false
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: uri =
file:/users/Will03/ORBITUNE/music/22060.mp3
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: connection-speed = 0
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: source =
"\(GstFileSrc\)\ source"
Pipeline is PREROLLING ...
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src:
caps = application/x-id3
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src:
caps = NULL
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstID3Demux:id3demux0.GstPad:src:
caps = NULL
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstID3Demux:id3demux0.GstPad:src:
caps = NULL
?????????????: MPEG-1 Layer 3 (MP3) ?????
WARNING: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0:
??? 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3,
rate=(int)44100, channels=(int)2, parsed=(boolean)true' ????????????????????
?????????:
gsturidecodebin.c(930): void unknown_type_cb(GstElement *, GstPad *,
GstCaps *, GstURIDecodeBin *) ():
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0.GstPad:src:
caps = audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1,
layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true
ERROR: from element
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
GStreamer ???????????????????
?????????:
gstdecodebin2.c(3896): gboolean gst_decode_bin_expose(GstDecodeBin *) ():
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
no suitable plugins found
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0.GstPad:src:
caps = NULL
Freeing pipeline ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131009/d41debe6/attachment.html>


More information about the gstreamer-devel mailing list