[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
Fri Jan 19 00:00:00 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.13.1

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Pushed slightly modified version that uses _get_writable_structure() to make
sure the token is writable:

commit 8708262ebe27f04f66fad4448c95042713ea5d49 (HEAD -> master)
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Thu Jan 18 11:32:32 2018 +0000

    rtsp-token: annotate constructors for bindings

    This maps _new_empty() to _new(), which also makes RTSPToken()
    work properly now. Since this API wasn't usable from bindings
    before, this should hopefully be fine.

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

commit 54a8c6bddfb877c5eb953ffeb3892ceae4b91835
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Thu Jan 18 11:07:45 2018 +0000

    rtsp-token: add some API to set fields from bindings

    The existing functions are all vararg-based and as such
    not usable from bindings.

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

commit b1f515178a363df0322d7adbd5754e1f6e2083c9 (HEAD -> master)
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Thu Jan 18 23:53:20 2018 +0000

    permissions: add some new API to make this usable from bindings

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


Probably needs more work for advanced use cases.

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