gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #32760] Yahoo SWF video not playing using v 0.8.9 rc


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #32760] Yahoo SWF video not playing using v 0.8.9 rc3
Date: Sat, 12 Mar 2011 20:50:26 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #3, bug #32760 (project gnash):

Diagnosis:

With this type of video the parser has to download the entire file before it
can find the types of audio and video inside the file. So when typefinding has
finished, the parse has the whole video buffered up and ready to go.

MediaParserGst pushes all of its encoded audio frames to MediaParser, and then
all of its encoded video frames.

The bug is that MediaParser locks the parsing thread after all the encoded
audio frames are pushed, but before the video frames are pushed. MediaParser
does not unlock the thread until Gnash terminates.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32760>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]