[Bug 665355] New: [basevideodecoder] deletes frame but keeps it in list

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 1 18:20:54 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665355
  GStreamer | gst-plugins-bad | 0.11.x

           Summary: [basevideodecoder] deletes frame but keeps it in list
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In gst_base_video_decoder_reset the decoder frees
base_video_decoder->current_frame but the frame instance remains in
base_video_codec's frames list. Attached patch removes frame from the list.

I'm not quite sure however why the frames are kept in base_video_codec's frame
list after flush anyway (the codec only clears the list on state change)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list