shmsink: Make static function static

This commit is contained in:
Olivier Crête 2010-06-03 15:27:03 -04:00
parent 457b5d8ab7
commit 4556222718

View file

@ -406,7 +406,7 @@ gst_shm_sink_render (GstBaseSink * bsink, GstBuffer * buf)
return GST_FLOW_OK; return GST_FLOW_OK;
} }
void static void
gst_shm_sink_free_buffer (gpointer data) gst_shm_sink_free_buffer (gpointer data)
{ {
ShmBlock *block = data; ShmBlock *block = data;