GNOME Bugzilla – Bug 171131
muine or other gst apps fails to play flac/oggs with custom sink
Last modified: 2005-10-02 14:37:55 UTC
Steps to reproduce: 1. open gstreamer-properties 2. select as custom default sink: 3. decodebin ! audioscale ! audioconvert ! alsasink device="hw:0,4" Stack trace: working with ___tim on freenode with this, here is our output so far and please see attachment: gst-launch-0.8 filesrc location=foo.flac ! decodebin ! audioscale ! audioconvert ! alsasink device="hw:0,4" RUNNING pipeline ... ERROR: from element /pipeline0/alsasink0: Internal GStreamer error: state change failed. File a bug. Execution ended after 2 iterations (sum 119152000 ns, average 59576000 ns, min 105000 ns, max 119047000 also -- $ gst-launch-0.8 -v filesrc location=01\ -\ My\ Home\ Is\ The\ Sea.flac ! decodebin ! audioconvert ! audioscale ! alsasink device="hw:0,4" 2>&1 | grep caps /pipeline0/filesrc0.src: caps = application/octet-stream /pipeline0/decodebin0/typefind.sink: caps = application/octet-stream /pipeline0/decodebin0/typefind.src: caps = audio/x-flac /pipeline0/decodebin0/flacdec0.sink: caps = audio/x-flac /pipeline0/decodebin0/typefind.sink: caps = NULL --2nd test command only contained that output. Other information: mp3s seem to play fine with above custom sink however sometimes they cycle through the song then the next one plays. however when tested with flac the above is generated.
Created attachment 39027 [details] more gst crash on flac errors, verbose output of: gst-launch-0.8 --gst-debug=*:5 --gst-debug-no-color filesrc location=01\ -\ My\ Home\ Is\ The\ Sea.flac ! decodebin ! audioconvert ! audioscale ! alsasink device="hw:0,4" 2>&1 | bzip2 > log.bz2
Can you attach a --gst-debug=alsa*:5 log?
this is based on experimental code for the audigy2 soundcard found in alsa-driver 1.0.9rc1 development release. should we wait until this makes it official into alsa stable drivers? support for 24bit support in 1.0.9rc2 seem broken. lance(stuNNed)
Probably, I'm not very font of debugging ALSA problems, especially when they are really errors inside ALSa. ;).
actually mp3 playback is working with the help of jcdutton the alsa devel of p16v (emu10k1 24bit playback). still no flac or ogg. but he has just found a problem with it in alsa-lib so it's still unfinished :)
What is the status of this one? Setting NEEDINFO for now, please confirm if the code went into alsa and problems persist, or if we can close it.
Closing.. please reopen if you can replicate it! thanks