index
:
libcamera/jmondi/libcamera.git
imx8mp/extensible-format
imx8mp/extensible-format-v8
imx8mp/extensible-format-v9
isi/raw_sensor
isi/raw_sensor_v2
jmondi/android/ndk/pinephonepro
jmondi/android/pinephonepro
jmondi/android/vndk
jmondi/device-match-generalize
jmondi/imx8mp/debix-a
jmondi/lc-compliance-cros
jmondi/pinephone
jmondi/pinephonepro
jmondi/pinephonepro-af
jmondi/rk3399/google-dru-scarlet
jmondi/rockpi/af/imx519
jmondi/rpi5-on-mainline
multicontext/rpi/v3
pfc/rkisp1-free-run
pfc/rkisp1-free-run-upstreaming
pfc/rkisp1-free-run-v2
yaml-emitter
Jacopo Mondi's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gstreamer
/
gstlibcamerasrc.cpp
Age
Commit message (
Expand
)
Author
2022-11-12
gstreamer: Provide framerate support for libcamerasrc
Rishikesh Donadkar
2022-11-12
gstreamer: Do not expose the caps before configuring the camera
Rishikesh Donadkar
2022-07-19
gstreamer: Be pedantic on srcpads access
Umang Jain
2022-07-19
libcamera: controls: Use std::optional to handle invalid control values
Christian Rauch
2022-07-04
gstreamer: Fix race conditions in task pause/resume
Laurent Pinchart
2022-07-04
gstreamer: Split completed request processing to a separate function
Laurent Pinchart
2022-07-04
gstreamer: Split request creation to a separate function
Laurent Pinchart
2022-07-04
gstreamer: Fix pads locking
Laurent Pinchart
2022-07-04
gstreamer: Use dedicated lock for request queues
Laurent Pinchart
2022-07-04
gstreamer: Combine the two pad loops in the task run handler
Laurent Pinchart
2022-07-04
gstreamer: Handle completed requests in the libcamerasrc task
Laurent Pinchart
2022-07-04
gstreamer: Rename queued requests queue to queuedRequests_
Laurent Pinchart
2022-07-04
gstreamer: Move timestamp calculation out of pad loop
Laurent Pinchart
2022-07-04
gstreamer: Pass Stream to RequestWrap::addBuffer()
Laurent Pinchart
2022-07-04
gstreamer: Move variable to loop scope
Laurent Pinchart
2022-07-04
gstreamer: Use gst_task_resume() when available
Laurent Pinchart
2022-03-29
gstreamer: Fix typo in comment
Laurent Pinchart
2022-01-19
gstreamer: gstlibcamerasrc: Fix include ordering
Kieran Bingham
2021-09-28
gstreamer: Fix spelling of the work manager used in a util function
Vedant Paranjape
2021-08-26
gstreamer: Fix usage of default size for fixation
Nicolas Dufresne
2021-08-26
libcamerasrc: Fix deadlock on EOS
Nicolas Dufresne
2021-08-26
gstreamer: Fix concurrent access issues to CameraManager
Nicolas Dufresne
2021-08-05
gstreamer: Update format specifier in Request Pad template
Vedant Paranjape
2021-07-28
gstreamer: Store group_id in GstLibcameraSrcState
Vedant Paranjape
2021-06-25
gstreamer: Added virtual functions needed to support request pads
Vedant Paranjape
2021-06-07
gstreamer: Add error checking in gst_libcamera_src_task_enter()
Vedant Paranjape
2021-03-15
gst: Use the streams of CameraConfiguration when allocating buffers
Dafna Hirschfeld
2021-03-12
libcamera: gst: Fix double-free when acquire_buffer fails
Marian Cichy
2020-11-07
gstreamer: libcamerasrc: Delete configuration before stopping camera manager
Laurent Pinchart
2020-10-20
gstreamer: Omit extra semicolons
Hirokazu Honda
2020-10-12
libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request
Paul Elder
2020-08-25
meson: Remove -Wno-unused-parameter
Laurent Pinchart
2020-08-05
libcamera: camera: Rename name() to id()
Niklas Söderlund
2020-03-07
gst: libcamerasrc: Prevent src task deadlock on exhausted buffer pool
Jakub Adam
2020-03-07
gst: utils: Factor-out the task resume helper
Jakub Adam
2020-03-07
gst: libcamerasrc: Add a TODO comment
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Implement timestamp support
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Implement initial streaming
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Allocate and release buffers
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Push segment event
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Implement minimal caps negotiation
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Send stream start event
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Store the srcpad in a vector
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Add a task for the streaming thread
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Implement selection and acquisition
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Add a debug category
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Add camera-name property
Nicolas Dufresne
2020-03-07
gst: libcamerasrc: Allocate and add static pad
Nicolas Dufresne
2020-03-07
gst: Add pads to the source
Nicolas Dufresne
2020-03-07
Add GStreamer plugin and element skeleton
Nicolas Dufresne