summaryrefslogtreecommitdiff
path: root/gst/videocrop
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 08:27:35 -0400
committerTim-Philipp Müller <tim@centricular.com>2019-10-05 22:38:11 +0000
commit46989dca9665f5a1b28a83f68415c91fee7bc051 (patch)
tree56bc5b94edec683ac98fd728ab5a0ff9f52762ef /gst/videocrop
parent8173596ed2655fbf9c13b3e681b07c29085963f6 (diff)
downloadgstreamer-plugins-good-46989dca9665f5a1b28a83f68415c91fee7bc051.tar.gz
documentation: fix a number of typos
Diffstat (limited to 'gst/videocrop')
-rw-r--r--gst/videocrop/gstvideocrop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index 03f6e292f..9c0e1a831 100644
--- a/gst/videocrop/gstvideocrop.c
+++ b/gst/videocrop/gstvideocrop.c
@@ -677,7 +677,7 @@ gst_video_crop_transform_caps (GstBaseTransform * trans,
v = gst_structure_get_value (structure, "width");
if (!gst_video_crop_transform_dimension_value (v, dx, &w_val, direction,
w_dynamic)) {
- GST_WARNING_OBJECT (vcrop, "could not tranform width value with dx=%d"
+ GST_WARNING_OBJECT (vcrop, "could not transform width value with dx=%d"
", caps structure=%" GST_PTR_FORMAT, dx, structure);
continue;
}
@@ -686,7 +686,7 @@ gst_video_crop_transform_caps (GstBaseTransform * trans,
if (!gst_video_crop_transform_dimension_value (v, dy, &h_val, direction,
h_dynamic)) {
g_value_unset (&w_val);
- GST_WARNING_OBJECT (vcrop, "could not tranform height value with dy=%d"
+ GST_WARNING_OBJECT (vcrop, "could not transform height value with dy=%d"
", caps structure=%" GST_PTR_FORMAT, dy, structure);
continue;
}