Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecdevice.c52 g_free (device->video_device_path); in gst_v4l2_codec_device_free()
58 const gchar * media_device_path, const gchar * video_device_path) in gst_v4l2_codec_device_new() argument
69 device->video_device_path = g_strdup (video_device_path); in gst_v4l2_codec_device_new()
Dgstv4l2codecdevice.h36 gchar *video_device_path; member
Dgstv4l2decoder.c151 "video-device", device->video_device_path, NULL); in gst_v4l2_decoder_new()
762 const gchar *video_device_path = NULL; in gst_v4l2_decoder_install_properties() local
766 video_device_path = device->video_device_path; in gst_v4l2_decoder_install_properties()
776 "Path to the video device node", video_device_path, in gst_v4l2_decoder_install_properties()
866 gchar *basename = g_path_get_basename (device->video_device_path); in gst_v4l2_decoder_register()