shmsink: Make static function static
This commit is contained in:
parent
457b5d8ab7
commit
4556222718
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user