[PATCH 3/3] gstreamer: Fix missing "greater than" symbol in author string
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Wed Aug 7 17:59:10 CEST 2024
On Wed, Aug 07, 2024 at 08:51:58AM +0100, Kieran Bingham wrote:
> 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.
Done.
> 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);
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list