summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2015-08-05 12:56:57 +0200
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-08-05 09:15:07 -0400
commit3fb22224709972dda2c1e830eac590b4536ab1f7 (patch)
tree1953fca7360ea4a1a900b954af38bbae90fa3180 /gst/camerabin2
parent0113029fb98ea09de7d3ba978fec4672f137cd0e (diff)
downloadgstreamer-plugins-bad-3fb22224709972dda2c1e830eac590b4536ab1f7.tar.gz
camerabin2: Fix string typo
https://bugzilla.gnome.org/show_bug.cgi?id=753241
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 40d785831..7796107da 100644
--- a/gst/camerabin2/gstwrappercamerabinsrc.c
+++ b/gst/camerabin2/gstwrappercamerabinsrc.c
@@ -581,7 +581,7 @@ gst_wrapper_camera_bin_src_construct_pipeline (GstBaseCameraSrc * bcamsrc)
if (!(self->digitalzoom = g_object_new (GST_TYPE_DIGITAL_ZOOM, NULL))) {
GST_ELEMENT_ERROR (self, CORE, MISSING_PLUGIN,
- (_("Digitalzoom element cound't be created")), (NULL));
+ (_("Digitalzoom element couldn't be created")), (NULL));
goto done;
}