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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 15 11:23:52 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


Chad Paavola changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED




------- Comment #3 from Chad Paavola  2006-09-15 18:23 UTC -------
gst-inspect-0.10 id3demux 
outputs:
No such element or plugin 'id3demux'

However,
rpm -q gstreamer-plugins-good -l
returns (among other things):
/usr/lib/gstreamer-0.10/libgstid3demux.so

and ls /usr/lib/gstreamer-0.10/ confirms that it's still there.

I installed GStreamer from an rpm package.

find / -iname "libgstream*"
returns only:
/usr/lib/libgstreamer-0.10.so.0.8.1
/usr/lib/libgstreamer-0.10.so.0
where the latter is a link to the former.

When I ran:
GST_DEBUG=GST_REGISTRY:5 gst-launch-0.10 playbin uri=file:///path/to/foo.mp3
2>&1 | gzip > dbg.log.gz
I got:
bash: syntax error near unexpected token `&'
I couldn't figure out the syntax problem so I ran:
GST_DEBUG=GST_REGISTRY:5 gst-launch-0.10 playbin
uri=file:///home/paavola/Desktop/test.mp3 2>1
and then gzipped the file 1.  I hope this contains all the information you
need.

before I gzipped that file, I looked at:
grep id3demux
which returned:
0:00:00.235213000 21077 0x9ea59f8 LOG           GST_REGISTRY
gstregistry.c:762:gst_registry_scan_path_level:<registry0> examining file:
/usr/lib/gstreamer-0.10/libgstid3demux.so
0:00:00.235289000 21077 0x9ea59f8 DEBUG         GST_REGISTRY
gstregistry.c:833:gst_registry_scan_path_level:<registry0> file
/usr/lib/gstreamer-0.10/libgstid3demux.so not yet in registry

I'm not sure what "not yet in registry" means, but it seems relevant.


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