mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
mxfdemux: Ignore missing metadata descriptors
This commit is contained in:
parent
88492ff72e
commit
f0ab12fe89
1 changed files with 0 additions and 1 deletions
|
@ -6138,7 +6138,6 @@ mxf_metadata_multiple_descriptor_resolve (MXFMetadataBase * m,
|
||||||
} else {
|
} else {
|
||||||
GST_ERROR ("Descriptor %s not found",
|
GST_ERROR ("Descriptor %s not found",
|
||||||
mxf_uuid_to_string (&self->sub_descriptors_uids[i], str));
|
mxf_uuid_to_string (&self->sub_descriptors_uids[i], str));
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue