summaryrefslogtreecommitdiff
path: root/gst/mxf
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 15:08:44 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-11-05 09:11:25 -0500
commit6d3429af34ed0b5905faf32d2f22b9db2451f116 (patch)
treef18e8fed7a80ddd4db89a76bab109fcd37a76819 /gst/mxf
parent2386858a9179aff2ec249bdffa904bf407de455f (diff)
downloadgstreamer-plugins-bad-6d3429af34ed0b5905faf32d2f22b9db2451f116.tar.gz
documentation: fixed a heap o' typos
Diffstat (limited to 'gst/mxf')
-rw-r--r--gst/mxf/mxfdms1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfdms1.c b/gst/mxf/mxfdms1.c
index d735e4d60..bb5234e8f 100644
--- a/gst/mxf/mxfdms1.c
+++ b/gst/mxf/mxfdms1.c
@@ -4684,7 +4684,7 @@ mxf_dms1_rights_handle_tag (MXFMetadataBase * metadata, MXFPrimerPack * primer,
GST_DEBUG (" rights holder = %s", GST_STR_NULL (self->rights_holder));
} else if (memcmp (tag_ul, &rights_managment_authority_ul, 16) == 0) {
self->rights_managment_authority = mxf_utf16_to_utf8 (tag_data, tag_size);
- GST_DEBUG (" rights managment authority = %s",
+ GST_DEBUG (" rights management authority = %s",
GST_STR_NULL (self->rights_managment_authority));
} else if (memcmp (tag_ul, &region_or_area_of_ip_license_ul, 16) == 0) {
self->region_or_area_of_ip_license = mxf_utf16_to_utf8 (tag_data, tag_size);