libcamera/src
Jaslo Ziska 62e5289819 gstreamer: Fix unused variable error
Commit fd84180d7a ("gstreamer: Implement element EOS handling") has
introduced a compilation warning with clang:

../../src/gstreamer/gstlibcamerasrc.cpp:768:23: error: unused variable 'oldEvent' [-Werror,-Wunused-variable]
                g_autoptr(GstEvent) oldEvent = self->pending_eos.exchange(event);
                                    ^

This seems to be a false positive, but nonetheless breaks the build. Fix
it.

Fixes: fd84180d7a ("gstreamer: Implement element EOS handling")
Signed-off-by: Jaslo Ziska <jaslo@ziska.de>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
2023-11-23 10:10:04 +02:00
..
android android: camera_device: Fix requestedStream handling 2023-09-21 12:44:09 +02:00
apps apps: cam: Add option to set stream orientation 2023-10-23 16:06:12 +03:00
gstreamer gstreamer: Fix unused variable error 2023-11-23 10:10:04 +02:00
ipa ipa: rpi: alsc: Do not allow zero colour ratio statistics 2023-11-22 18:33:17 +02:00
libcamera pipeline: rpi: Add some useful logging messages 2023-11-21 11:48:22 +02:00
py py: cam: Add option to set stream orientation 2023-10-23 16:06:14 +03:00
v4l2 v4l2: Use SystemDevices properties to identify cameras 2023-07-11 15:19:13 +01:00
meson.build v4l2: Move the v4l2 compat layer to libexec/libcamera 2023-05-04 20:05:02 +01:00