summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-video-sink.h
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2011-09-21 14:15:11 +0200
committerDamien Lespiau <damien.lespiau@intel.com>2011-11-01 16:46:48 +0000
commit76d911db3b3e9ac8734b52dc41f83c1e528286a8 (patch)
tree79c27ccc7784aaaecb83b88cad80a18d1e505090 /clutter-gst/clutter-gst-video-sink.h
parent12e6a977478d7db9ad078cbe1649713f05d67d65 (diff)
downloadclutter-gst-76d911db3b3e9ac8734b52dc41f83c1e528286a8.tar.gz
video-sink: Add a standalone GStreamer plugin
* Build the videosink as an independent .so library that can be deployed in GStreamer plugin directory. * Deprecate clutter_gst_video_sink_new() in favor of the usual GStreamer way of instanciating elements
Diffstat (limited to 'clutter-gst/clutter-gst-video-sink.h')
-rw-r--r--clutter-gst/clutter-gst-video-sink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst-video-sink.h b/clutter-gst/clutter-gst-video-sink.h
index 1a4ba8e..e05fd4a 100644
--- a/clutter-gst/clutter-gst-video-sink.h
+++ b/clutter-gst/clutter-gst-video-sink.h
@@ -100,7 +100,6 @@ struct _ClutterGstVideoSinkClass
};
GType clutter_gst_video_sink_get_type (void) G_GNUC_CONST;
-GstElement *clutter_gst_video_sink_new (ClutterTexture *texture);
G_END_DECLS