aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-03 01:17:07 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-01 16:15:38 +0800
commitbfa6966c0a677b418a14b5864326b175d926036c (patch)
tree5e94826f9d8ebaac02fe891d5ae0db505b3e8434 /src
parent688514d4d5cca5ad23d6b9c54506252089ac5b49 (diff)
downloadgsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.tar
gsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.tar.gz
gsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.tar.bz2
gsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.tar.lz
gsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.tar.xz
gsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.tar.zst
gsoc2013-empathy-bfa6966c0a677b418a14b5864326b175d926036c.zip
rename initialize_output_elements to create_video_output_widget
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index f1d3e7be3..56d3ab285 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -594,7 +594,7 @@ empathy_call_window_create_audio_input (EmpathyCallWindow *self)
}
static void
-initialize_output_elements (GstBus *bus, EmpathyCallWindow *self)
+create_video_output_widget (GstBus *bus, EmpathyCallWindow *self)
{
EmpathyCallWindowPriv *priv = GET_PRIV (self);
@@ -920,7 +920,7 @@ create_pipeline (EmpathyCallWindow *self)
priv->bus_message_source_id = gst_bus_add_watch (bus,
empathy_call_window_bus_message, self);
- initialize_output_elements (bus, self);
+ create_video_output_widget (bus, self);
initialize_input_elements (bus, self);
g_object_unref (bus);