After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 136494 - Ogg and mp3 playback just produce static
Ogg and mp3 playback just produce static
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-07 21:25 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Christian Fredrik Kalager Schaller 2004-03-07 21:25:55 UTC
Current cvs doesn't allow me to play either mp3 or Ogg with gst-launch (wav
works well however). The mp3 

[cschalle@3jq3n91 test]$ gst-launch filesrc location=test.mp3 ! mad ! osssink
 
** (process:25876): CRITICAL **: how to remove plugins?
 
(process:25876): GStreamer-CRITICAL **: Factory for `mad' has no type
WARNING: erroneous pipeline: no element "mad"
         Trying to run anyway.
RUNNING pipeline ...

The Ogg pipeline just doesn't do anything:
[cschalle@3jq3n91 test]$ gst-launch filesrc location=police.ogg ! oggdemux
! vorbisdec ! audioconvert ! osssink
 
** (process:32065): CRITICAL **: how to remove plugins?
 
(process:32065): GStreamer-CRITICAL **: Factory for `vorbisdec' has no type
WARNING: erroneous pipeline: no element "vorbisdec"
         Trying to run anyway.
RUNNING pipeline ...
Execution ended after 1646 iterations (sum 347833000 ns, average 211320 ns,
min 53000 ns, max 8612000 ns).
 
** (process:32065): WARNING **: opt: unlink elements in same group:
implement me
Comment 1 Christian Fredrik Kalager Schaller 2004-03-07 21:27:13 UTC
Tried also using spider:

[cschalle@3jq3n91 test]$ gst-launch filesrc location=police.ogg !
spider ! osssink
RUNNING pipeline ...
 
** (process:32069): CRITICAL **: how to remove plugins?
 
(process:32069): GStreamer-CRITICAL **: Factory for `oggdemux' has no type
Segmentation fault
Comment 2 David Schleef 2004-03-07 22:10:37 UTC
Run gst-register.
Comment 3 Christian Fredrik Kalager Schaller 2004-03-08 06:19:57 UTC
I have and it doesn't solve the problem David.
Comment 4 Ronald Bultje 2004-03-08 16:16:32 UTC
Both as root and as user?
Comment 5 Christian Fredrik Kalager Schaller 2004-03-08 21:52:59 UTC
removed all .gstreamer* directories and things started working. I
think we should disable the user registry until someone is willing to
work on making it more fullproof, the current setup just cause extra
pain (IMHO)