summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-06-03 14:41:55 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-06-03 15:27:43 -0400
commit536e79befd17d62aba4eaa6308fef6128dd5fa09 (patch)
treeeca18c08dbf111b488f7ee334b32d9253012141e
parentf26d799676c2d5361683ef44c2602cd1f703950d (diff)
shmsrc: Fix indentation
-rw-r--r--gst/shm/gstshmsrc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/shm/gstshmsrc.c b/gst/shm/gstshmsrc.c
index d00dd468a..93d2d10af 100644
--- a/gst/shm/gstshmsrc.c
+++ b/gst/shm/gstshmsrc.c
@@ -77,8 +77,8 @@ static GstFlowReturn gst_shm_src_create (GstPushSrc * psrc,
static gboolean gst_shm_src_unlock (GstBaseSrc * bsrc);
static gboolean gst_shm_src_unlock_stop (GstBaseSrc * bsrc);
-static void gst_shm_pipe_inc (GstShmPipe *pipe);
-static void gst_shm_pipe_dec (GstShmPipe *pipe);
+static void gst_shm_pipe_inc (GstShmPipe * pipe);
+static void gst_shm_pipe_dec (GstShmPipe * pipe);
// static guint gst_shm_src_signals[LAST_SIGNAL] = { 0 };
@@ -351,7 +351,7 @@ gst_shm_src_unlock_stop (GstBaseSrc * bsrc)
}
static void
-gst_shm_pipe_inc (GstShmPipe *pipe)
+gst_shm_pipe_inc (GstShmPipe * pipe)
{
g_return_if_fail (pipe);
g_return_if_fail (pipe->src);
@@ -363,7 +363,7 @@ gst_shm_pipe_inc (GstShmPipe *pipe)
}
static void
-gst_shm_pipe_dec (GstShmPipe *pipe)
+gst_shm_pipe_dec (GstShmPipe * pipe)
{
g_return_if_fail (pipe);
g_return_if_fail (pipe->src);