camerabin2: Fix string typo
https://bugzilla.gnome.org/show_bug.cgi?id=753241
This commit is contained in:
parent
0113029fb9
commit
3fb2222470
@ -581,7 +581,7 @@ gst_wrapper_camera_bin_src_construct_pipeline (GstBaseCameraSrc * bcamsrc)
|
|||||||
|
|
||||||
if (!(self->digitalzoom = g_object_new (GST_TYPE_DIGITAL_ZOOM, NULL))) {
|
if (!(self->digitalzoom = g_object_new (GST_TYPE_DIGITAL_ZOOM, NULL))) {
|
||||||
GST_ELEMENT_ERROR (self, CORE, MISSING_PLUGIN,
|
GST_ELEMENT_ERROR (self, CORE, MISSING_PLUGIN,
|
||||||
(_("Digitalzoom element cound't be created")), (NULL));
|
(_("Digitalzoom element couldn't be created")), (NULL));
|
||||||
|
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user