[Bug 646341] New: [baseparse] Add a queued flow return so parsers can keep frames in a queue

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 31 07:24:43 PDT 2011


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

           Summary: [baseparse] Add a queued flow return so parsers can
                    keep frames in a queue
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: zaheermerali at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


This is useful when a parser doesn't want to send buffers out until a certain
point so it would return .._QUEUED from the parse function and when the next
GST_FLOW_OK comes, baseparse will push the queued frames.

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