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 524227 - FAQ Documentation vs Downloads
FAQ Documentation vs Downloads
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: documentation
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-24 23:38 UTC by Bill Zimmerly
Modified: 2008-10-06 09:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bill Zimmerly 2008-03-24 23:38:46 UTC
I have been very frustrated in trying to use the GStreamer tool because the documentation does not mirror the posted downloads. Look at these two pages:

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-using.html

http://gstreamer.freedesktop.org/src/

I have downloaded and built EVERY module on the second page, then tried to proceed through the "Using GStreamer" (first page) and am halted on this step...

"Can my system play sound through GStreamer?"

The problem is that EVERY single one of the "output plugins" is missing! Where do we get these plugins? How do I proceed beyond this seemingly simple step with no documented place to find the plugins that I can use?
Comment 1 David Schleef 2008-03-25 03:17:51 UTC
Why aren't you using GStreamer packages from your distribution?
Comment 2 Bill Zimmerly 2008-03-25 05:02:14 UTC
(In reply to comment #1)
> Why aren't you using GStreamer packages from your distribution?

Hi David! (Thanks for the reply.)

Because the "Using Gstreamer" page says to enter a series of commands such as, "gst-inspect osssink", replacing the "osssink" with:

esdsink for ESound output
artsdsink for aRTs output (not ported to 0.10 yet)
alsasink for ALSA output
alsaspdifsink for ALSA S/PDIF output

...and in every case, the result was:

No such element or plugin '<plugin name>'

...so where do I go when none of the documented alternatives work? I would like to begin with a simple sine wave sound, but the "Using Gstreamer" provides no direction when reachig a dead end like this. Do you know of a command that will tell me what "????sink" output plugins are currently available in an installation? I entered the "gst-inspect" command by itself and it provided a lot of interesting information, but listed no "output plugins" for me to choose from.

- Bill
Comment 3 David Schleef 2008-03-25 06:50:04 UTC
You didn't answer my question: Why did you compile from source instead of using distribution packages?  If you had used distribution packages, you probably wouldn't be having these problems.
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-06 09:15:40 UTC
Bill, please try the following:
* install the packages from your distribution
* you probably did not specify any --prefix when configuring and building the gstreamer packages, so I supsect everything went to /usr/local and you would need to export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-0.10 in that case
* if you want to develop something, also install -dev and -doc packages.

If all that does not help, please reopen this report.