[Bug 704916] New: Reconfigure events set GST_PAD_FLAG_NEED_RECONFIGURE flag on sink pad only

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 26 00:43:27 PDT 2013


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

           Summary: Reconfigure events set GST_PAD_FLAG_NEED_RECONFIGURE
                    flag on sink pad only
    Classification: Platform
           Product: GStreamer
           Version: 1.0.8
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: visechelle at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Patch

When sending reconfigure event on pads, the GST_PAD_FLAG_NEED_RECONFIGURE flag
is only set for sink pad in gstpad.c whereas the documentation says: "The
RECONFIGURE event will set the GST_PAD_FLAG_NEED_RECONFIGURE on all pads that
it travels over"
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-nego-upstream.html).

I don't know whether the doc or the code is wrong or if I am missing something.
In case, it should be set to any pad as specified in the doc, I provide a patch
in attachment.

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