[gst-cvs] gst-plugins-bad: shmsink: Make static function static
Olivier Crête
tester at kemper.freedesktop.org
Thu Jun 3 12:28:17 PDT 2010
Module: gst-plugins-bad
Branch: master
Commit: 4556222718d232aedcc5c5edd9954398d071587c
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=4556222718d232aedcc5c5edd9954398d071587c
Author: Olivier Crête <olivier.crete at collabora.co.uk>
Date: Thu Jun 3 15:27:03 2010 -0400
shmsink: Make static function static
---
sys/shm/gstshmsink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/shm/gstshmsink.c b/sys/shm/gstshmsink.c
index 147557d..d7a7148 100644
--- a/sys/shm/gstshmsink.c
+++ b/sys/shm/gstshmsink.c
@@ -406,7 +406,7 @@ gst_shm_sink_render (GstBaseSink * bsink, GstBuffer * buf)
return GST_FLOW_OK;
}
-void
+static void
gst_shm_sink_free_buffer (gpointer data)
{
ShmBlock *block = data;
More information about the Gstreamer-commits
mailing list