examples: test-appsrc: fix coding style error

This commit is contained in:
Ingo Randolf 2018-11-20 19:12:09 +01:00
parent be4635cf2f
commit ce2b418811

View file

@ -50,7 +50,7 @@ need_data (GstElement * appsrc, guint unused, MyContext * ctx)
ctx->timestamp += GST_BUFFER_DURATION (buffer);
g_signal_emit_by_name (appsrc, "push-buffer", buffer, &ret);
gst_buffer_unref(buffer);
gst_buffer_unref (buffer);
}
/* called when a new media pipeline is constructed. We can query the