]> git.0d.be Git - empathy.git/blobdiff - src/empathy-video-src.h
Updated Oriya translation
[empathy.git] / src / empathy-video-src.h
index 6a88b79ebff929a14bef80159672d9c613d9ba12..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
@@ -85,6 +84,12 @@ 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__*/