aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-video-src.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-09-14 14:32:59 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-09-14 14:32:59 +0800
commitb28a581a457842fb703b3ed85110e1e4c68f3707 (patch)
tree4e440a90ab47117d75d2765acbd35a5ef9fe8f74 /libempathy-gtk/empathy-video-src.h
parenta74be9c64f64980bf542f07fe970787cfd0599e9 (diff)
downloadgsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.tar
gsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.tar.gz
gsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.tar.bz2
gsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.tar.lz
gsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.tar.xz
gsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.tar.zst
gsoc2013-empathy-b28a581a457842fb703b3ed85110e1e4c68f3707.zip
Polish recent EmpathyVideoSrc changes
* Fix various typos and broken phrasing * Use the right log level for various messages * Fix potentially calling gst_object_unref (NULL) * Fix coding style * Make various debug messages more useful
Diffstat (limited to 'libempathy-gtk/empathy-video-src.h')
-rw-r--r--libempathy-gtk/empathy-video-src.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-video-src.h b/libempathy-gtk/empathy-video-src.h
index d36e48643..fae5563eb 100644
--- a/libempathy-gtk/empathy-video-src.h
+++ b/libempathy-gtk/empathy-video-src.h
@@ -81,9 +81,6 @@ 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
#endif /* #ifndef __EMPATHY_GST_VIDEO_SRC_H__*/