summaryrefslogtreecommitdiffstats
path: root/examples/app/appsrc-stream2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/appsrc-stream2.c')
-rw-r--r--examples/app/appsrc-stream2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/app/appsrc-stream2.c b/examples/app/appsrc-stream2.c
index 8f691a2e..866b0504 100644
--- a/examples/app/appsrc-stream2.c
+++ b/examples/app/appsrc-stream2.c
@@ -102,6 +102,7 @@ feed_data (GstElement * appsrc, guint size, App * app)
GST_DEBUG ("feed buffer %p, offset %" G_GUINT64_FORMAT "-%u", buffer,
app->offset, len);
g_signal_emit_by_name (app->appsrc, "push-buffer", buffer, &ret);
+ gst_buffer_unref (buffer);
app->offset += len;