]> git.0d.be Git - empathy.git/blobdiff - src/empathy-video-src.h
Updated Galician translations for docs
[empathy.git] / src / empathy-video-src.h
index a65276321bab308b47f7e217d311cd659b2fd2c2..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
@@ -83,6 +82,13 @@ guint empathy_video_src_get_channel (GstElement *src,
 
 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