From 6d3429af34ed0b5905faf32d2f22b9db2451f116 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Mon, 2 Sep 2019 15:08:44 -0400 Subject: documentation: fixed a heap o' typos --- gst/mxf/mxfdms1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mxf') 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, ®ion_or_area_of_ip_license_ul, 16) == 0) { self->region_or_area_of_ip_license = mxf_utf16_to_utf8 (tag_data, tag_size); -- cgit v1.2.1