diff --git a/src/gstreamer/gstlibcamerasrc.cpp b/src/gstreamer/gstlibcamerasrc.cpp index 79a025a5..011a12fc 100644 --- a/src/gstreamer/gstlibcamerasrc.cpp +++ b/src/gstreamer/gstlibcamerasrc.cpp @@ -11,18 +11,12 @@ * - Implement GstElement::send_event * + Allowing application to use FLUSH/FLUSH_STOP * + Prevent the main thread from accessing streaming thread - * - Implement GstElement::request-new-pad (multi stream) - * + Evaluate if a single streaming thread is fine * - Add application driven request (snapshot) - * - Add framerate control * - Add buffer importation support + * + Evaluate the feasibility of memory:DMAbuf support * * Requires new libcamera API: - * - Add framerate negotiation support - * - Add colorimetry support * - Add timestamp support - * - Use unique names to select the camera devices - * - Add GstVideoMeta support (strides and offsets) */ #include "gstlibcamerasrc.h"