diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-04-11 20:16:53 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-04-11 20:18:29 +0100 |
commit | 89ce63ee6c0bb8230ffe4eef4d2a6d91bbe1feb5 (patch) | |
tree | 04231fbc137c4ed8ec2537a93f587a84a64cb44e /libs | |
parent | 02f23fc126f5ec36eda268a70b8667045eba7359 (diff) |
controller: include new proxycontrolbinding header
And fix includes in docs to just include the main header (the
include for the proxycontrolbinding was wrong in the docs).
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gst/controller/controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gst/controller/controller.h b/libs/gst/controller/controller.h index c9eb4f83c0..383c0cf1ea 100644 --- a/libs/gst/controller/controller.h +++ b/libs/gst/controller/controller.h @@ -24,6 +24,7 @@ #include <gst/controller/gstargbcontrolbinding.h> #include <gst/controller/gstdirectcontrolbinding.h> +#include <gst/controller/gstproxycontrolbinding.h> #include <gst/controller/gsttimedvaluecontrolsource.h> #include <gst/controller/gstinterpolationcontrolsource.h> #include <gst/controller/gsttriggercontrolsource.h> |