GNOME Bugzilla – Bug 323726
GStreamer online FAQ (0.9.5.1) reffers to an inexisting (in 0.10.0) element
Last modified: 2005-12-11 11:54:12 UTC
On http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-using.html we can read: "To automatically detect the right codec in a pipeline, try gst-launch filesrc location=my-random-media-file.mpeg ! spider ! osssink" But apparently there's no spider element anymore on 0.10: gst-launch-0.10 filesrc location=misora_hibari-itsuki_no_komoriuta.mp3 ! spider ! alsasink WARNING: erroneous pipeline: no element "spider"
2005-12-11 Tim-Philipp Müller <tim at centricular dot net> * docs/faq/using.xml: Spider no longer exists, and neither does gst-launch-ext. Update examples to use decodebin and playbin and put converters in front of sinks (fixes #323726).