Ticket #853 (closed defect: fixed)
Gstreamer ogg playback broken
| Reported by: | BlackEdder | Owned by: | ainulindale |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SHR Image | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
Playing ogg files back with gstreamer appears to be broken.
Example:
gst-launch-0.10 filesrc location=linuxoutlaws128.ogg ! oggdemux !
vorbisdec ! audioconvert ! audioresample ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
Internal data stream error.
Additional debug info:
gstoggdemux.c(3251): gst_ogg_demux_loop ():
/GstPipeline:pipeline0/GstOggDemux:oggdemux0:
stream stopped, reason not-linked
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
The same command works on my desktop
Change History
Note: See
TracTickets for help on using
tickets.

Valery Febvre reported that issue is fixed with newer gst-plugins version.