[gstreamer-bugs] [Bug 309668] hello gstreamer world example does not work

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Jul 6 23:57:51 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=309668
 GStreamer | documentation | Ver: 0.8.10

Ronald Bultje changed:

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



------- Additional Comments From Ronald Bultje  2005-07-07 06:57 -------
Do you have dmix turned on? You probably need conversion plugins
(http://gstreamer.freedesktop.org/data/doc/gstreamer/stable/manual/html/section-checklist-conversion.html)
for it to work, some setups have those issues. They're omitted from the example
to make it look as simple as possible.

You can also test this on the commandline:
gst-launch-0.8 filesrc location=file.ogg ! oggdemux ! vorbisdec ! alsasink
vs.
gst-launch-0.8 filesrc location=file.ogg ! oggdemux ! vorbisdec ! audioconvert !
audioscale ! alsasink

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list