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 323726 - GStreamer online FAQ (0.9.5.1) reffers to an inexisting (in 0.10.0) element
GStreamer online FAQ (0.9.5.1) reffers to an inexisting (in 0.10.0) element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
0.10.0
Other All
: Normal normal
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-10 14:45 UTC by Benjamin Pineau
Modified: 2005-12-11 11:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Pineau 2005-12-10 14:45:47 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"
Comment 1 Tim-Philipp Müller 2005-12-11 11:54:12 UTC
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).