[Bug 774657] add proxy control binding

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 23 06:16:18 UTC 2016


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

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #340488|accepted-commit_now         |committed
             status|                            |

--- Comment #4 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Comment on attachment 340488
  --> https://bugzilla.gnome.org/attachment.cgi?id=340488
controllers: add new proxy control binding

Pushed after adding new symbols to .def files.

commit 3eb48964358149f9934656f681402a431b262e5f
Author: Matthew Waters <matthew at centricular.com>
Date:   Fri Nov 18 13:09:21 2016 +1100

    controllers: add new proxy control binding

    Allows proxying the control interface from one property on one GstObject
    to another property (of the same type) in another GstObject.

    E.g. in a parent-child relationship, one may need to
    gst_object_sync_values() on the child and have a binding (set elsewhere)
    on the parent update the value.

    Note: that this doesn't solve GObject property forwarding and must be
    taken care of by the implementation manually or using GBinding.

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

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