aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-video-src.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-video-src.c b/src/empathy-video-src.c
index cd7a3af19..3b9e6f8fc 100644
--- a/src/empathy-video-src.c
+++ b/src/empathy-video-src.c
@@ -465,6 +465,7 @@ empathy_video_src_set_resolution (GstElement *src,
NULL);
g_object_set (priv->capsfilter, "caps", caps, NULL);
+ gst_caps_unref (caps);
gst_bin_add (GST_BIN (src), priv->src);
/* We as the bin own the source again, so drop the temporary ref */