[Bug 688804] New: Getting error trying to add a pad_probe

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 21 04:20:28 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=688804
  GStreamer | gstreamer (core) | 1.x

           Summary: Getting error trying to add a pad_probe
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: Uraeus at linuxrising.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I got a uridecodebin element and are listening in for the pad-added signal.

On the pad I check that it is an audio pad and then I try to create a pad_probe
so I can get at the stream_id. Using the following Python code:
src_pad.add_probe(Gst.PAD_PROBE_TYPE_EVENT_BOTH, self.padprobe, "user data")

This gives me the error: (transmageddon.py:20021): GStreamer-CRITICAL **:
gst_pad_add_probe: assertion `mask != 0' failed

Slomo suggested it might be a bindings error.

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