diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-04-18 12:27:46 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-04-18 12:27:46 +0100 |
commit | 640e3ecfee1298c47af943ada8b32943dac280cb (patch) | |
tree | b5225fc2cd8c8b1e62790287f2dcf95f7a02aabd /gst | |
parent | abdafb0d641448e4693bd98740f7c26f1860fa15 (diff) |
gst.h: include the new gstprotection.h header
https://bugzilla.gnome.org/show_bug.cgi?id=705991
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gst.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ #include <gst/gstplugin.h> #include <gst/gstpoll.h> #include <gst/gstpreset.h> +#include <gst/gstprotection.h> #include <gst/gstquery.h> #include <gst/gstregistry.h> #include <gst/gstsample.h> |