summaryrefslogtreecommitdiffstats
path: root/sys/glsink/gstglfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/glsink/gstglfilter.c')
-rw-r--r--sys/glsink/gstglfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/glsink/gstglfilter.c b/sys/glsink/gstglfilter.c
index f6386dc3..d5c3f60e 100644
--- a/sys/glsink/gstglfilter.c
+++ b/sys/glsink/gstglfilter.c
@@ -246,6 +246,7 @@ gst_gl_filter_chain (GstPad * pad, GstBuffer * buf)
gst_pad_push (filter->srcpad, GST_BUFFER (outbuf));
+ gst_buffer_unref (buf);
gst_object_unref (filter);
return GST_FLOW_OK;
}