summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index 58111057..f69e0cad 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -277,6 +277,7 @@ gst_esdmon_get (GstPad * pad)
GST_DEBUG ("pushed buffer from esdmon of %ld bytes, timestamp %"
G_GINT64_FORMAT, readbytes, GST_BUFFER_TIMESTAMP (buf));
+ gst_object_unref (esdmon);
return GST_DATA (buf);
}