aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-call-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 69ceb17cc..7ad0eb1e1 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2408,6 +2408,10 @@ empathy_call_window_video_probe_cb (GstPad *pad,
GstMiniObject *mini_obj,
EmpathyCallWindow *self)
{
+ /* Ignore events */
+ if (GST_IS_EVENT (mini_obj))
+ return TRUE;
+
if (G_UNLIKELY (!self->priv->got_video))
{
/* show the remote video */