projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88492ff
)
mxfdemux: Ignore missing metadata descriptors
author
David Schleef
<ds@schleef.org>
Tue, 5 Feb 2013 23:58:53 +0000
(15:58 -0800)
committer
David Schleef
<ds@schleef.org>
Thu, 14 Mar 2013 21:41:37 +0000
(14:41 -0700)
gst/mxf/mxfmetadata.c
patch
|
blob
|
history
diff --git
a/gst/mxf/mxfmetadata.c
b/gst/mxf/mxfmetadata.c
index
6604926
..
edef298
100644
(file)
--- a/
gst/mxf/mxfmetadata.c
+++ b/
gst/mxf/mxfmetadata.c
@@
-6138,7
+6138,6
@@
mxf_metadata_multiple_descriptor_resolve (MXFMetadataBase * m,
} else {
GST_ERROR ("Descriptor %s not found",
mxf_uuid_to_string (&self->sub_descriptors_uids[i], str));
- return FALSE;
}
}