summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-04-24 14:13:16 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-04-24 15:12:46 -0300
commitaf1dda2ecde5545a50e7801637dedc9febc2ccf5 (patch)
tree74bb83401f40f24535b4d16f4eee69b08ca66bdf /gst/camerabin2
parentde5f0dd22196454eb040cfbb79f2ff64435d8155 (diff)
downloadgstreamer-plugins-bad-af1dda2ecde5545a50e7801637dedc9febc2ccf5.tar.gz
wrappercamerabinsrc: fix typo
Diffstat (limited to 'gst/camerabin2')
-rw-r--r--gst/camerabin2/gstwrappercamerabinsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c
index 592508da3..8eda53cb4 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.
*/