mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
examples: test-appsrc: fix coding style error
This commit is contained in:
parent
be4635cf2f
commit
ce2b418811
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue