[gstreamer-bugs] [Bug 318041] New: ghost pad and buffer probes don't mix well

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Oct 5 11:50:51 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=318041
 GStreamer | gstreamer (core) | Ver: 0.9.x

           Summary: ghost pad and buffer probes don't mix well
           Product: GStreamer
           Version: 0.9.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thomas at apestaart.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


create a bin, put in an element with a src pad, ghost the src pad to the bin
add a buffer probe to the ghost pad
it will never get called, because the real pad doesn't have a buffer probe; also
doesn't have a peer; so the real pad just drops the buffer

Possible solutions:
- if the real pad knows about the ghost pad, it can give the ghost pad a chance
somehow
- adding probes to a ghost pad should add the probes to the target pad
- something else ?

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list