Skip to content

Commit

Permalink
Update gstlibcamerasrc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 16, 2024
1 parent 3ac0aac commit 5e407e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstreamer/gstlibcamerasrc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ gst_libcamera_src_close(GstLibcameraSrc *self)

static void
gst_libcamera_src_set_property(GObject *object, guint prop_id,
GValue *value, GParamSpec *pspec)
const GValue *value, GParamSpec *pspec)
{
GLibLocker lock(GST_OBJECT(object));
GstLibcameraSrc *self = GST_LIBCAMERA_SRC(object);
Expand Down

0 comments on commit 5e407e6

Please sign in to comment.