[gstreamer-bugs] [Bug 300200] cpu usage on certain .mov file goes to 100% once file has finished playing (memory usage also increases a lot)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Apr 14 03:29:12 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

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

Ronald Bultje changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|totem-gstreamer-            |gstreamer-
                   |maint at gnome.bugs            |bugs at lists.sourceforge.net
             Status|UNCONFIRMED                 |NEW
          Component|GStreamer backend           |gst-ffmpeg
      everconfirmed|0                           |1
            Product|totem                       |GStreamer
          QAContact|totem-gstreamer-            |gstreamer-
                   |maint at gnome.bugs            |bugs at lists.sourceforge.net
   Target Milestone|---                         |HEAD
            Version|1.0                         |HEAD CVS



------- Additional Comments From Ronald Bultje  2005-04-14 06:29 -------
Hm, it seems ffmpeg's cinepak decoder goes into an endless loop to decode video
frames on EOS (where it flushes the remaining cached frames, for B-frame
movies). Continuously decoding the last frame. Ewh. The play->pause will
release_locks, thereby continuously adding data to the queue which ffmpeg
endlessly produces. This is a bug in ffmpegdec, which also explains the rest.

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