[gstreamer-bugs] [Bug 154784] - [playbin/totem] playing avi with 320x240 raw yuv video and no audio crashes totem

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Oct 8 01:39:45 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=154784
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From wim at fluendo.com  2004-10-08 04:39 -------
This avi file does not contain valid data, that is, the current avi demuxer
cannot handle it. This causes the element to error and PAUSE which in turn
causes the thread to PAUSE. The PLAYING->PAUSED state change happens while
performing the PAUSED->PLAYING state change and therefore messes up the internal
thread state. 

A fix has been commited to CVS to make sure that the thread is not iterating
while performing the state change.

The second warning is a bit harder to fix and does not indicate a real problem.
The situation here is that immidiatly after setting the thread to PLAYING, it
errors back to the PAUSED state, making it look as if the state change didn't
happen.  

------- 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