[Bug 708165] New: Videomixer should save tag events like adder does, and forward them in collected.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 16 08:03:04 PDT 2013


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

           Summary: Videomixer should save tag events like adder does, and
                    forward them in collected.
    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: mathieu.duponchelle at epitech.eu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

fixes the reported issue

We have race conditions highlighted by our integration test suite where these
events were stickied and pushed on a flushing pad, send_event would just return
FALSE (which, as already discussed in other instances, might be the real bug
but it seemed it was too much of a hassle to change the prototype)

The attached patch mimics adder's behaviour, which is to save these tags and
forward them in collected.

Should we open another bug "change send_event prototype eventually" ?

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