From af1dda2ecde5545a50e7801637dedc9febc2ccf5 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 24 Apr 2015 14:13:16 -0300 Subject: [PATCH] wrappercamerabinsrc: fix typo --- gst/camerabin2/gstwrappercamerabinsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index 592508da39..8eda53cb46 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -186,7 +186,7 @@ gst_wrapper_camera_bin_reset_video_src_caps (GstWrapperCameraBinSrc * self, gboolean ret = FALSE; /* After pipe was negotiated src_filter do not have any filter caps. - * In this situation we should compare neogotiated caps on capsfilter pad + * In this situation we should compare negotiated caps on capsfilter pad * with requested range of caps. If one of this caps intersect, * then we can avoid reseting. */