[gstreamer-bugs] [Bug 323286] [ffdec_cinepak] chef.avi causes gstreamer to hang in preroll

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Dec 7 04:16:48 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323286
 GStreamer | gst-ffmpeg | Ver: HEAD CVS

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Edward Hervey  2005-12-07 12:16 -------
Fixed in cvs. Keyframes are now determined as follow:
iskeyframe = ((ffmpegdec->picture->pict_type == FF_I_TYPE) ||
(ffmpegdec->picture->reference))

I tried it with many files (with the testsuite and totem), and I don't think it
broke anything.

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