summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-08-04 16:11:48 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2013-08-04 16:11:48 +0100
commitb51e22b22f0e1f8146290ff9aecc59f748bf0c74 (patch)
treedbb8aab53ef7967b03be3b666683a27a11d5e28f
parent3d281ed0181612a07013d86c233d2efd72688e91 (diff)
downloadclutter-gst-b51e22b22f0e1f8146290ff9aecc59f748bf0c74.tar.gz
content: fix unref on wrong internal data
-rw-r--r--clutter-gst/clutter-gst-content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst-content.c b/clutter-gst/clutter-gst-content.c
index 71546b3..a280cb6 100644
--- a/clutter-gst/clutter-gst-content.c
+++ b/clutter-gst/clutter-gst-content.c
@@ -144,7 +144,7 @@ content_set_player (ClutterGstContent *self,
return;
if (priv->player)
- g_clear_object (&priv->sink);
+ g_clear_object (&priv->player);
if (player)
{