mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
camerabin2: Fix string typo
https://bugzilla.gnome.org/show_bug.cgi?id=753241
This commit is contained in:
parent
0113029fb9
commit
3fb2222470
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue