Home
last modified time | relevance | path

Searched refs:js_device (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c107 static gchar *js_device = NULL; variable
2667 {"joystick", 'j', 0, G_OPTION_ARG_STRING, &js_device, in main()
2702 if (js_device == NULL) in main()
2703 js_device = g_strdup ("/dev/input/js0"); in main()
2705 js_fd = g_open (js_device, O_RDONLY, 0); in main()
2707 g_print ("Failed to open joystick device %s\n", js_device); in main()