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 666072 - [0.11] Ogg playback broken
[0.11] Ogg playback broken
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-13 09:50 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-12-13 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Further debug output (48.84 KB, text/plain)
2011-12-13 09:50 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2011-12-13 09:50:25 UTC
Created attachment 203326 [details]
Further debug output

Trying to play back a simple ogg/theora/vorbis file with gst-launch in 0.11. It fails with the following: 


gst-launch-0.11 -v playbin uri=file:///home/cschalle/Videos/output.ogg >output.txt
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
ERROR: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstOggDemux:oggdemux0: Internal data stream error.
Additional debug info:
gstoggdemux.c(4423): gst_ogg_demux_loop (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstOggDemux:oggdemux0:
stream stopped, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Comment 1 Tim-Philipp Müller 2011-12-13 10:20:21 UTC
Works for me, maybe you could attach a proper debug log? (after making sure you are really using up-to-date core/base/good git)
Comment 2 Christian Fredrik Kalager Schaller 2011-12-13 13:37:53 UTC
ok, problem was that I didn't have a new enough version of pulse audio and thus no pulseaudio sink. With pulse installed things work.
Comment 3 Sebastian Dröge (slomo) 2011-12-13 13:40:50 UTC
So let's close this? :)
Comment 4 Christian Fredrik Kalager Schaller 2011-12-13 13:49:27 UTC
I am fine with that, but Tim seemed to think that the error message wasn't what it should have been?