summaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 18:43:28 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 18:43:28 (GMT)
commit4ebd3a09a6979bc568459aea842f09d12f4ad4f2 (patch)
tree50c58a9559a4083172e25e2daab0530b518e45ca /src/lib.c
parent2d94a4b759ec2fc6290f601b10109f6625eeab7b (diff)
downloadsoup-transcoding-proxy-4ebd3a09a6979bc568459aea842f09d12f4ad4f2.zip
soup-transcoding-proxy-4ebd3a09a6979bc568459aea842f09d12f4ad4f2.tar.gz
main: Add SIGINT handler
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;