[Bug 644907] New: Add support for blocking sinkpads in push mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 16 03:46:11 PDT 2011


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

           Summary: Add support for blocking sinkpads in push mode
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


Currently sinkpads can only be blocked in pull mode and no block handler is
called in push mode for them. We can't change this for 0.10 because the reason
was this was that you can install pad blocks on both pads now and depending on
the scheduling mode only one pad block handler is called and you can do
whatever you wanted from there.

For consistency the same change should be done for srcpads. Currently they can
only be blocked in push mode for the above reason.

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