From d6489ee96c45d64401b65c10ea39755416db5e54 Mon Sep 17 00:00:00 2001 From: Danny Song Date: Fri, 28 Nov 2014 02:21:49 +0900 Subject: [PATCH] basecamerasrc: fix typo in docs https://bugzilla.gnome.org/show_bug.cgi?id=740815 --- gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c b/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c index abc3a44433..ed3e74c6b3 100644 --- a/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c +++ b/gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c @@ -40,7 +40,7 @@ * During construct_pipeline() vmethod a subclass can add several elements into * the bin and expose 3 srcs pads as ghostpads implementing the 3 pad templates. * - * However the subclass is responsable for adding the pad templates for the + * However the subclass is responsible for adding the pad templates for the * source pads and they must be named "vidsrc", "imgsrc" and "vfsrc". The pad * templates should be installed in the subclass' class_init function, like so: * |[ @@ -62,7 +62,7 @@ * ]| * * It is also possible to add regular pads from the subclass and implement the - * dataflow methods on these pads. This way all functionality can be implemneted + * dataflow methods on these pads. This way all functionality can be implemented * directly in the subclass without extra elements. * * The src will receive the capture mode from #GstCameraBin2 on the