[Bug 777097] New: jpegparse handler for GST_EVENT_FLUSH_STOP needs to chain to gstbaseparse's handler

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 10 15:22:00 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=777097

            Bug ID: 777097
           Summary: jpegparse handler for GST_EVENT_FLUSH_STOP needs to
                    chain to gstbaseparse's handler
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: staples255 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

jpegparse overrides gstbaseparse's handling of the GST_EVENT_FLUSH_STOP event
without chaining to the base class's implementation. Since the base class sets
internal state in response to GST_EVENT_FLUSH_START (especially,
priv->flushing=TRUE), this effectively leaves the base class stuck in a
flushing state so that no further parsing will occur after an upstream element
performs a flush start/stop (e.g., as part of a flushing seek).

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