mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and we can use them as "unset" value.
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.
This commit is contained in:
parent
399f560eea
commit
19ae0cf61d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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:
|
||||
|
|
|
@ -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,} };
|
||||
|
||||
|
|
Loading…
Reference in a new issue