diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/mxf/mxfparse.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2008-12-03 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfparse.c: + Remove FIXME, zero-ULs and UMIDs are really invalid and we can + use them as "unset" value. + +2008-12-03 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfdemux.c: (gst_mxf_demux_handle_header_metadata_update_streams), (gst_mxf_demux_base_init): diff --git a/gst/mxf/mxfparse.c b/gst/mxf/mxfparse.c index 32f5e336..d88417cf 100644 --- a/gst/mxf/mxfparse.c +++ b/gst/mxf/mxfparse.c @@ -32,7 +32,6 @@ GST_DEBUG_CATEGORY_EXTERN (mxf_debug); /* SMPTE 377M 3.3: A value of 0 for every field means unknown timestamp */ static const MXFTimestamp mxf_timestamp_unknown = { 0, 0, 0, 0, 0, 0, 0 }; -/* FIXME: are zero UMID/UL invalid? Should be in SMPTE 298M, 330M or 336M */ static const MXFUMID umid_zero = { {0,} }; static const MXFUL key_zero = { {0,} }; |