examples: test-appsrc: fix coding style error
authorIngo Randolf <ingo.randolf@servus.at>
Tue, 20 Nov 2018 18:12:09 +0000 (19:12 +0100)
committerIngo Randolf <ingo.randolf@servus.at>
Tue, 20 Nov 2018 18:12:09 +0000 (19:12 +0100)
examples/test-appsrc.c

index 340f190..c8c2d0b 100644 (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