[Bug 787073] rtsp-server permissions: need add_role() function that's bindings friendly and can be used in python
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 2 19:17:15 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=787073
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
So we need to come up with functions that are bindable and that can be used to
achieve the same thing.
It appears the vararg bits are basically just read into a GstStructure, so
maybe we can make a function that takes a GstStructure as argument. I assume
there's decent-enough support in bindings for GstStructures, or at least some
sugar in gst-python? (someone should test/confirm this)
Alternatively, a function that takes a fieldname + GValue might work and we can
then build up the GstStructure internally. Not entirely sure how GValue args
get mapped for bindings though, if that's a good choice or not.
--
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