]> git.0d.be Git - empathy.git/blobdiff - src/empathy-video-src.h
Updated Kannada translation
[empathy.git] / src / empathy-video-src.h
index fae5563ebf80e47e57b9b4be61ec090e33d5a245..60127ba2dcc9651f22ebb81f303d8565f60b5ac8 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef __EMPATHY_GST_VIDEO_SRC_H__
 #define __EMPATHY_GST_VIDEO_SRC_H__
 
-#include <glib-object.h>
 #include <gst/gst.h>
 
 G_BEGIN_DECLS
@@ -81,6 +80,16 @@ void empathy_video_src_set_channel (GstElement *src,
 guint empathy_video_src_get_channel (GstElement *src,
   EmpathyGstVideoSrcChannel channel);
 
+void empathy_video_src_change_device (EmpathyGstVideoSrc *self,
+  const gchar *device);
+gchar * empathy_video_src_dup_device (EmpathyGstVideoSrc *self);
+
+void empathy_video_src_set_framerate (GstElement *src,
+    guint framerate);
+
+void empathy_video_src_set_resolution (GstElement *src,
+    guint width, guint height);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_GST_VIDEO_SRC_H__*/