aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-video-src.h
diff options
context:
space:
mode:
authorAlexey Fisher <bug-track@fisher-privat.net>2010-09-13 22:43:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-13 22:56:44 +0800
commit4815a75a72a0ebacc7e2f29e7026b8493c6ea320 (patch)
tree6f31ccfe17a3dd30e378dac7b2ac34e85fd43266 /libempathy-gtk/empathy-video-src.h
parentd7e8bf5c3db088092e5458f13097a7b81b27c9e2 (diff)
downloadgsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.tar
gsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.tar.gz
gsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.tar.bz2
gsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.tar.lz
gsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.tar.xz
gsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.tar.zst
gsoc2013-empathy-4815a75a72a0ebacc7e2f29e7026b8493c6ea320.zip
Add empathy_gst_make_to_bin
Diffstat (limited to 'libempathy-gtk/empathy-video-src.h')
-rw-r--r--libempathy-gtk/empathy-video-src.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-video-src.h b/libempathy-gtk/empathy-video-src.h
index 4197d7fad..d36e48643 100644
--- a/libempathy-gtk/empathy-video-src.h
+++ b/libempathy-gtk/empathy-video-src.h
@@ -81,6 +81,8 @@ void empathy_video_src_set_channel (GstElement *src,
guint empathy_video_src_get_channel (GstElement *src,
EmpathyGstVideoSrcChannel channel);
+GstElement *empathy_gst_make_to_bin (GstBin *bin, GstElement *src,
+ const gchar *factoryname);
G_END_DECLS