mirror of
git://nv-tegra.nvidia.com/tegra/gst-src/gst-nvvideo4linux2.git
synced 2025-12-22 09:22:34 +03:00
77c130ed3990efc3a31750d9380ded85e2b660d1 - v4l2_nv_extensions.h c2b683c77f90fbca8b8c2e0b59efee45db468369 - nvbufsurface.h 83e21353d1fe20cba4bd630c3b41c1615b8268ed - nvbuf_utils.h 80b3faf4a2e03de49089b320f0cf005d9a0a54ad - gst-v4l2/gstv4l2bufferpool.c 5948d70c07e87f9b1dc403789dcbed6acfa47ad9 - gst-v4l2/gstv4l2av1enc.c a6f39a3f80f770833a35db7bf41e2ae5de9b6ace - gst-v4l2/sei_parse.c d89a680415f6ff5acec2571cde0fce9054d8e81f - gst-v4l2/gstv4l2vp9enc.h 4311b3fbc6e5675353491a6fab52577ed36f499d - gst-v4l2/gstv4l2.c b724de78f364b0855abfbbaf6fda9ae51ecbfd00 - gst-v4l2/gstv4l2videoenc.c 39fcb2f599e6906ab0fd7ab9a46fef3ea58a8cab - gst-v4l2/gstv4l2vp8enc.h 71be284b547ee68fb0e2cd14b0aeb14734a915a1 - gst-v4l2/gstv4l2bufferpool.h c773f1e03097c888a3fda59ace02ea622e101d13 - gst-v4l2/Makefile 0eabbf0521068ee26f5c620698aac456a2b1d265 - gst-v4l2/gstv4l2object.c e8e973c103725b65232d32817e0305d12d6ff309 - gst-v4l2/gstv4l2h264enc.c b827fd6cb1e3b8ecebd6a07f8556e846e26cba17 - gst-v4l2/gstv4l2allocator.h 02d142337f4b96fcb0c9f2405a3cbe90c5917cca - gst-v4l2/gstv4l2vp9enc.c 85ff961e6bdfb02907033709ee001bc250af8e03 - gst-v4l2/gstv4l2object.h fbdc964b443c64094f5b3f6e2bcd29697bc27694 - gst-v4l2/gstv4l2videodec.h c81eacb7d88c4fb839506dd70055e30d7a9feeec - gst-v4l2/v4l2-utils.h cbc84dccd2506afa4c8f03849c95bb28c83ef4a3 - gst-v4l2/gstv4l2av1enc.h d29e3a719400c3cb27314366d48ec792a3c12363 - gst-v4l2/gstv4l2h265enc.h bb104683f5e4f7402e3f765a891e149edc794e02 - gst-v4l2/gstv4l2h264enc.h b1cd923335aa60985ff9866fba91a2068e8671c7 - gst-v4l2/LICENSE.gst-nvvideo4linux2 c08d733da85d44332a0b7b6a9183308d307d160c - gst-v4l2/gstv4l2videodec.c a002edef13a3bbbdc41e42a7fca40e574ad1bb3e - gst-v4l2/v4l2-utils.c 605f3b6fd4cc1f0e790f5ab50c9e2d87dfea9523 - gst-v4l2/gstv4l2videoenc.h 73b03969d7ae0a8adb374c93999c43af88ea93b2 - gst-v4l2/v4l2_calls.c 807bc9859585a540b0f85e98f147756aab24e1bd - gst-v4l2/gstv4l2vp8enc.c ed77613908dddf791481ea198dfd75f988684226 - gst-v4l2/gstv4l2allocator.c 4a047575250eb3ccb6db1947ed36e9562fe000af - gst-v4l2/gstv4l2h265enc.c 499a9feb17ceabf1f1443923dffa1e0180bf5972 - gst-v4l2/gst/glib-compat-private.h 20c4f7c0cb89c83256650bc3353ed82154cf3a9d - gst-v4l2/gst/gst-i18n-plugin.h e864ee6647f3572b144403d799f68152e9900da1 - gst-v4l2/gst/gettext.h 522ab8fc8531a2c758b9278d29642f5b763fd3e7 - gst-v4l2/ext/videodev2.h a745675b051a2b8434a430c80fde3f245864ca89 - gst-v4l2/ext/v4l2-common.h 1636366b5a062e4bc1791b7bc3012ccf5635b363 - gst-v4l2/ext/v4l2-controls.h 72a34a694337f8f6da3bb94c9faced6730cbd2fc - gst-v4l2/ext/types-compat.h Change-Id: I317d1220d8119b764a2a5dbe1d5796b1c8f726ff
203 lines
4.8 KiB
C
203 lines
4.8 KiB
C
/*
|
|
* Copyright (C) 2014 Collabora Ltd.
|
|
* Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Library General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Library General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301, USA.
|
|
*
|
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
|
|
#include "v4l2-utils.h"
|
|
|
|
/**************************/
|
|
/* Common device iterator */
|
|
/**************************/
|
|
|
|
#ifdef HAVE_GUDEV
|
|
#include <gudev/gudev.h>
|
|
|
|
struct _GstV4l2GUdevIterator
|
|
{
|
|
GstV4l2Iterator parent;
|
|
GList *devices;
|
|
GUdevDevice *device;
|
|
GUdevClient *client;
|
|
};
|
|
|
|
GstV4l2Iterator *
|
|
gst_v4l2_iterator_new (void)
|
|
{
|
|
static const gchar *subsystems[] = { "video4linux", NULL };
|
|
struct _GstV4l2GUdevIterator *it;
|
|
|
|
it = g_slice_new0 (struct _GstV4l2GUdevIterator);
|
|
|
|
it->client = g_udev_client_new (subsystems);
|
|
it->devices = g_udev_client_query_by_subsystem (it->client, "video4linux");
|
|
|
|
return (GstV4l2Iterator *) it;
|
|
}
|
|
|
|
gboolean
|
|
gst_v4l2_iterator_next (GstV4l2Iterator * _it)
|
|
{
|
|
struct _GstV4l2GUdevIterator *it = (struct _GstV4l2GUdevIterator *) _it;
|
|
const gchar *device_name;
|
|
|
|
if (it->device)
|
|
g_object_unref (it->device);
|
|
|
|
it->device = NULL;
|
|
it->parent.device_path = NULL;
|
|
it->parent.device_name = NULL;
|
|
|
|
if (it->devices == NULL)
|
|
return FALSE;
|
|
|
|
it->device = it->devices->data;
|
|
it->devices = g_list_delete_link (it->devices, it->devices);
|
|
|
|
device_name = g_udev_device_get_property (it->device, "ID_V4L_PRODUCT");
|
|
if (!device_name)
|
|
device_name = g_udev_device_get_property (it->device, "ID_MODEL_ENC");
|
|
if (!device_name)
|
|
device_name = g_udev_device_get_property (it->device, "ID_MODEL");
|
|
|
|
it->parent.device_path = g_udev_device_get_device_file (it->device);
|
|
it->parent.device_name = device_name;
|
|
it->parent.sys_path = g_udev_device_get_sysfs_path (it->device);
|
|
|
|
return TRUE;
|
|
}
|
|
|
|
void
|
|
gst_v4l2_iterator_free (GstV4l2Iterator * _it)
|
|
{
|
|
struct _GstV4l2GUdevIterator *it = (struct _GstV4l2GUdevIterator *) _it;
|
|
g_list_free_full (it->devices, g_object_unref);
|
|
gst_object_unref (it->client);
|
|
g_slice_free (struct _GstV4l2GUdevIterator, it);
|
|
}
|
|
|
|
#else /* No GUDEV */
|
|
|
|
struct _GstV4l2FsIterator
|
|
{
|
|
GstV4l2Iterator parent;
|
|
gint base_idx;
|
|
gint video_idx;
|
|
gchar *device;
|
|
};
|
|
|
|
GstV4l2Iterator *
|
|
gst_v4l2_iterator_new (void)
|
|
{
|
|
struct _GstV4l2FsIterator *it;
|
|
|
|
it = g_slice_new0 (struct _GstV4l2FsIterator);
|
|
it->base_idx = 0;
|
|
it->video_idx = -1;
|
|
it->device = NULL;
|
|
|
|
return (GstV4l2Iterator *) it;
|
|
}
|
|
|
|
gboolean
|
|
gst_v4l2_iterator_next (GstV4l2Iterator * _it)
|
|
{
|
|
struct _GstV4l2FsIterator *it = (struct _GstV4l2FsIterator *) _it;
|
|
static const gchar *dev_base[] = { "/dev/video", "/dev/v4l2/video", NULL };
|
|
gchar *device = NULL;
|
|
|
|
g_free ((gchar *) it->parent.device_path);
|
|
it->parent.device_path = NULL;
|
|
|
|
while (device == NULL) {
|
|
it->video_idx++;
|
|
|
|
if (it->video_idx >= 64) {
|
|
it->video_idx = 0;
|
|
it->base_idx++;
|
|
}
|
|
|
|
if (dev_base[it->base_idx] == NULL) {
|
|
it->video_idx = 0;
|
|
break;
|
|
}
|
|
|
|
device = g_strdup_printf ("%s%d", dev_base[it->base_idx], it->video_idx);
|
|
|
|
if (g_file_test (device, G_FILE_TEST_EXISTS)) {
|
|
it->parent.device_path = device;
|
|
break;
|
|
}
|
|
|
|
g_free (device);
|
|
device = NULL;
|
|
}
|
|
|
|
return it->parent.device_path != NULL;
|
|
}
|
|
|
|
void
|
|
gst_v4l2_iterator_free (GstV4l2Iterator * _it)
|
|
{
|
|
struct _GstV4l2FsIterator *it = (struct _GstV4l2FsIterator *) _it;
|
|
g_free ((gchar *) it->parent.device_path);
|
|
g_slice_free (struct _GstV4l2FsIterator, it);
|
|
}
|
|
|
|
#endif
|
|
|
|
void
|
|
gst_v4l2_clear_error (GstV4l2Error * v4l2err)
|
|
{
|
|
if (v4l2err) {
|
|
g_clear_error (&v4l2err->error);
|
|
g_free (v4l2err->dbg_message);
|
|
v4l2err->dbg_message = NULL;
|
|
}
|
|
}
|
|
|
|
void
|
|
gst_v4l2_error (gpointer element, GstV4l2Error * v4l2err)
|
|
{
|
|
GError *error;
|
|
|
|
if (!v4l2err || !v4l2err->error)
|
|
return;
|
|
|
|
error = v4l2err->error;
|
|
|
|
if (error->message)
|
|
GST_WARNING_OBJECT (element, "error: %s", error->message);
|
|
|
|
if (v4l2err->dbg_message)
|
|
GST_WARNING_OBJECT (element, "error: %s", v4l2err->dbg_message);
|
|
|
|
gst_element_message_full (GST_ELEMENT (element), GST_MESSAGE_ERROR,
|
|
error->domain, error->code, error->message, v4l2err->dbg_message,
|
|
v4l2err->file, v4l2err->func, v4l2err->line);
|
|
|
|
error->message = NULL;
|
|
v4l2err->dbg_message = NULL;
|
|
|
|
gst_v4l2_clear_error (v4l2err);
|
|
}
|