[Bug 737739] New: Restarting souphttpclientsink after error results in buffers being queued forever

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 1 10:50:08 PDT 2014


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

           Summary: Restarting souphttpclientsink after error results in
                    buffers being queued forever
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nirbheek.chauhan at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=287532)
 View: https://bugzilla.gnome.org/attachment.cgi?id=287532
 Review: https://bugzilla.gnome.org/review?bug=737739&attachment=287532

Free queued buffers in reset

$subject, the problem seems to be that ::reset() doesn't drop buffers, and when
the element is restarted, ::render() waits forever for the old buffers to be
written out before scheduling a new callback to write out new buffers.

The attached patch fixes this.

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