summaryrefslogtreecommitdiff
path: root/tests/icles/v4l2src-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/icles/v4l2src-test.c')
-rw-r--r--tests/icles/v4l2src-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/icles/v4l2src-test.c b/tests/icles/v4l2src-test.c
index af0ca8e4c..edbfd9388 100644
--- a/tests/icles/v4l2src-test.c
+++ b/tests/icles/v4l2src-test.c
@@ -32,7 +32,7 @@ GstElement *pipeline, *source, *sink;
GMainLoop *loop;
volatile int exit_read = 0;
-void
+static void
print_options ()
{
printf ("\nf - to change the fequency\n");
@@ -43,7 +43,7 @@ print_options ()
printf ("e - to exit\n");
}
-void
+static void
run_options (char opt)
{
int res;
@@ -289,7 +289,7 @@ done:
}
-gpointer
+static gpointer
read_user (gpointer data)
{