gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and we can...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 3 Dec 2008 10:15:27 +0000 (10:15 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 3 Dec 2008 10:15:27 +0000 (10:15 +0000)
Original commit message from CVS:
* gst/mxf/mxfparse.c:
Remove FIXME, zero-ULs and UMIDs are really invalid and we can
use them as "unset" value.

ChangeLog
gst/mxf/mxfparse.c

index 6988657..dd5689b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 32f5e33..d88417c 100644 (file)
@@ -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,} };