summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'clutter-gst/clutter-gst-private.h')
-rw-r--r--clutter-gst/clutter-gst-private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst-private.h b/clutter-gst/clutter-gst-private.h
index 7d63899..81c6b10 100644
--- a/clutter-gst/clutter-gst-private.h
+++ b/clutter-gst/clutter-gst-private.h
@@ -28,6 +28,8 @@
#include <glib.h>
+#include "clutter-gst-video-texture.h"
+
G_BEGIN_DECLS
/* GLib has some define for that, but defining it ourselves allows to require a
@@ -44,6 +46,11 @@ G_BEGIN_DECLS
#define CLUTTER_GST_PARAM_READWRITE \
(G_PARAM_READABLE | G_PARAM_WRITABLE | CLUTTER_GST_PARAM_STATIC)
+void
+_clutter_gst_video_texture_set_par (ClutterGstVideoTexture *texture,
+ guint par_n,
+ guint par_d);
+
G_END_DECLS
#endif /* __CLUTTER_GST_PRIVATE_H__ */