diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-09-14 14:32:59 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-09-14 14:32:59 +0800 |
commit | b28a581a457842fb703b3ed85110e1e4c68f3707 (patch) | |
tree | 4e440a90ab47117d75d2765acbd35a5ef9fe8f74 /libempathy-gtk/empathy-video-src.h | |
parent | a74be9c64f64980bf542f07fe970787cfd0599e9 (diff) | |
download | gsoc2013-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.h | 3 |
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__*/ |