[Bug 654294] New: [basevideodecoder] Impossible to flush pending frames in ::set_format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 9 02:37:37 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=654294
  GStreamer | gst-plugins-bad | 0.10.13

           Summary: [basevideodecoder] Impossible to flush pending frames
                    in ::set_format
    Classification: Platform
           Product: GStreamer
           Version: 0.10.13
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When the video format changes and ::set_format() is called it is impossible to
push any pending frames downstream. This is the case because the GstVideoState
fields have changed already and you can't allocate new srcbuffers anymore.

Ideally a copy of the GstVideoState is created and changed, passed to
::set_format() and afterwards, if the format was accepted, copied back over the
original GstVideoState.

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