GNOME Bugzilla – Bug 162548
[oggdemux] Recent CVS regression on ogg video playback
Last modified: 2005-01-17 12:46:00 UTC
I transcoded a Quicktime to Ogg recently which can be found here: http://www.linuxrising.org/files/world_of_warcraft_m480.ogg Sometime during the last 10 days we stopped being able to play this file back with CVS gst-plugins/totem.
Please be more detailed. What's wrong?
Totem hangs with 100% CPU usage and video window remains black. Have to kill totem to close it.
Can you get me a backtrace of the hang? Run in gdb, when it starts getting in the infinite loop, press ctrl-c and do thread apply all bt to get a full backtrace.
I am not able. Running Totem in gdb the Totem window pops up but the GUI never gets responsive so I never get to tell it to try to run the file.
Managed to get a trace now
+ Trace 54104
Thread 1 (Thread -151156512 (LWP 31295))
Noticed that the video still plays nicely in gst-launch/playbin.
Also noticed that if I play another movie first in totem then the Ogg plays fine.
+ Trace 54109
Thread 4 (Thread 78789552 (LWP 24429))
Thread 2 (Thread 148093872 (LWP 24425))
That's what I see. For some reason, alsa waits for input, ogg waits for output and the video thread is, well, ehm, gone. I don't know what it's doing. It might be waiting for something, but I don't know what. :(.
This may actually be a dup of #164069 (and #164160).
*** This bug has been marked as a duplicate of 164069 ***