diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2013-04-03 15:45:18 -0400 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-05-03 14:30:17 +0200 |
commit | e4dbe9ffb7c239cb2ea304a9a13fcfa6573c63e1 (patch) | |
tree | 47f4a33188e9c440d775f61554081bc542b6f44b | |
parent | 63ded644beff3bb2501c3df640ca3af795b29e16 (diff) |
call-window: Remember that the audio output has been added
Otherwise it tries to re-add it.
https://bugzilla.gnome.org/show_bug.cgi?id=697214
-rw-r--r-- | src/empathy-call-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 37090319..77722f1a 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -2906,6 +2906,7 @@ empathy_call_window_get_audio_sink_pad (EmpathyCallWindow *self, g_warning ("Could not start audio sink"); goto error; } + priv->audio_output_added = TRUE; } template = gst_element_class_get_pad_template ( |