[PATCH 3/3] gstreamer: Fix missing "greater than" symbol in author string

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Aug 7 09:51:58 CEST 2024


Quoting Jaslo Ziska (2024-08-05 10:28:38)
> Signed-off-by: Jaslo Ziska <jaslo at ziska.de>

Perhaps this one could/should get picked up already, separately from the
rest of the series so we don't carry it around.

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> ---
>  src/gstreamer/gstlibcamerasrc.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/gstreamer/gstlibcamerasrc.cpp b/src/gstreamer/gstlibcamerasrc.cpp
> index 85dab67f..1a277fcc 100644
> --- a/src/gstreamer/gstlibcamerasrc.cpp
> +++ b/src/gstreamer/gstlibcamerasrc.cpp
> @@ -941,7 +941,7 @@ gst_libcamera_src_class_init(GstLibcameraSrcClass *klass)
>         gst_element_class_set_metadata(element_class,
>                                        "libcamera Source", "Source/Video",
>                                        "Linux Camera source using libcamera",
> -                                      "Nicolas Dufresne <nicolas.dufresne at collabora.com");
> +                                      "Nicolas Dufresne <nicolas.dufresne at collabora.com>");
>         gst_element_class_add_static_pad_template_with_gtype(element_class,
>                                                              &src_template,
>                                                              GST_TYPE_LIBCAMERA_PAD);
> -- 
> 2.46.0
>


More information about the libcamera-devel mailing list