[Bug 746320] Can't set flags on Gst.Pad

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 16 18:41:07 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=746320

--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
The reason is that flags is not in the GstPad structure, it's in the base
GstObject.

I though you'd have to do something like:
 pad.flags = pad.flags | int(Gst.PadFlags.PROXY_CAPS)

But that doesn't seem to work, we should probably add a real
gst_pad_set_proxy_caps() function for bindings and for the other flags too. Or
maybe just generic gst_pad_{set,unset,is_set]}_flags (GstPad *pad, GstPadFlags
flags); ?

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