mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +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;
|
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…
Reference in a new issue