[Bug 657316] New: capsfilter is racy when changing the caps during initial pipeline startup

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 25 03:06:27 PDT 2011


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

           Summary: capsfilter is racy when changing the caps during
                    initial pipeline startup
    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: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


_set_caps only gets called when the buffer is actually pushed, so there
is a reasonably big window between when the initial caps are retrieved
and when the caps are set on our src pad. So we can't assume the not
having negotiated caps on our src pad means _get_caps still has to be
called.

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