[Bug 724571] New: In collectpads, the collected function is sometimes called incorrectly.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 17 10:33:23 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724571
  GStreamer | gstreamer (core) | git

           Summary: In collectpads, the collected function is sometimes
                    called incorrectly.
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

This test highlights the issue.

Have two sinks on an element implementing the collected function, push a seek
on its src pad, push flush_start + flush_stop + eos on each of the sinks,
collected gets called, that's normal.

Push a new seek on its src pad, flush_start / flush_stop and a buffer on *only
one* of the sinks, collected gets called again, that doesn't seem right to me.

The new proposed patch to the collectpads tests is attached.

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