summaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib.c b/src/lib.c
index 5816b4e..bb076f6 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -59,9 +59,10 @@ stp_on_gst_bus_message (GstBus *bus,
return TRUE;
}
-gboolean stp_unref_gst_buffer (GstBuffer **buffer,
- guint idx,
- gpointer user_data)
+gboolean
+stp_unref_gst_buffer (GstBuffer **buffer,
+ guint idx,
+ gpointer user_data)
{
gst_buffer_unref (*buffer);
*buffer = NULL;