diff options
Diffstat (limited to 'sys/v4l/v4l_calls.c')
-rw-r--r-- | sys/v4l/v4l_calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l/v4l_calls.c b/sys/v4l/v4l_calls.c index 285ac26e..4d336d4f 100644 --- a/sys/v4l/v4l_calls.c +++ b/sys/v4l/v4l_calls.c @@ -277,7 +277,7 @@ gst_v4l_close (GstV4lElement * v4lelement) * return value: the number of video input channels ******************************************************/ -gint +static gint gst_v4l_get_num_chans (GstV4lElement * v4lelement) { GST_DEBUG_OBJECT (v4lelement, "getting number of channels"); |