projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457b5d8
)
shmsink: Make static function static
author
Olivier Crête
<olivier.crete@collabora.co.uk>
Thu, 3 Jun 2010 19:27:03 +0000
(15:27 -0400)
committer
Olivier Crête
<olivier.crete@collabora.co.uk>
Thu, 3 Jun 2010 19:27:43 +0000
(15:27 -0400)
sys/shm/gstshmsink.c
patch
|
blob
|
history
diff --git
a/sys/shm/gstshmsink.c
b/sys/shm/gstshmsink.c
index 147557db371602e2b8617d9539e3aaf59acbe36f..d7a71488558ca81a8d059d7015f512ffe6bd600a 100644
(file)
--- 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;