mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
parent
71bf7ffe14
commit
21d1eaa6c8
1 changed files with 1 additions and 1 deletions
|
@ -2338,7 +2338,7 @@ gst_ahc_src_on_error (gint error, gpointer user_data)
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_ahc_src_open (GstAHCSrc * self)
|
gst_ahc_src_open (GstAHCSrc * self)
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (self, "Openning camera");
|
GST_DEBUG_OBJECT (self, "Opening camera");
|
||||||
|
|
||||||
self->camera = gst_ah_camera_open (self->device);
|
self->camera = gst_ah_camera_open (self->device);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue