camerabin2: Fix string typo

https://bugzilla.gnome.org/show_bug.cgi?id=753241
This commit is contained in:
Anders Jonsson 2015-08-05 12:56:57 +02:00 committed by Nicolas Dufresne
parent 0113029fb9
commit 3fb2222470

View file

@ -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;
}