gstreamer: Fix spelling of the work manager used in a util function

Fix all name in all instances of the function gst_libcamera_get_camera_mananger
to gst_libcamera_get_camera_manager. Spelling of manager was incorrect.

This patch has no functional changes.

Signed-off-by: Vedant Paranjape <vedantparanjape160201@gmail.com>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Vedant Paranjape 2021-09-24 15:27:57 +05:30 committed by Laurent Pinchart
parent 496e4467d2
commit 03c9b1a0a4
4 changed files with 4 additions and 4 deletions

View file

@ -239,7 +239,7 @@ G_LOCK_DEFINE_STATIC(cm_singleton_lock);
static std::weak_ptr<CameraManager> cm_singleton_ptr;
std::shared_ptr<CameraManager>
gst_libcamera_get_camera_mananger(int &ret)
gst_libcamera_get_camera_manager(int &ret)
{
std::shared_ptr<CameraManager> cm;