mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +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
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue