mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
shmsink: Make static function static
This commit is contained in:
parent
457b5d8ab7
commit
4556222718
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue