diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-11 14:35:08 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-11 14:35:08 +0000 |
commit | 1fe82925f5d7419bd073a33cfa85be2c3e19a397 (patch) | |
tree | 58b2c4d49ae1e0fa13ea7e3d5f5d20568f6c44a5 /ChangeLog | |
parent | db08161b6d2562fc0b60b394a612972d886a693b (diff) | |
download | gst-plugins-bad-1fe82925f5d7419bd073a33cfa85be2c3e19a397.tar.gz gst-plugins-bad-1fe82925f5d7419bd073a33cfa85be2c3e19a397.tar.bz2 gst-plugins-bad-1fe82925f5d7419bd073a33cfa85be2c3e19a397.zip |
gst/mxf/: Implement parsing of Event Tracks, Static Tracks, DM Segments and DM Source Clips as a preparation for desc...
Original commit message from CVS:
* gst/mxf/mxfdemux.c: (gst_mxf_demux_handle_metadata_track),
(gst_mxf_demux_handle_header_metadata_resolve_references),
(gst_mxf_demux_handle_metadata):
* gst/mxf/mxfparse.c: (mxf_metadata_track_parse),
(mxf_metadata_structural_component_parse),
(mxf_metadata_structural_component_reset):
* gst/mxf/mxfparse.h:
* gst/mxf/mxftypes.h:
Implement parsing of Event Tracks, Static Tracks, DM Segments
and DM Source Clips as a preparation for descriptive metadata
support. Next step is to implement SMPTE S380M, "Descriptive
Metadata Scheme-1".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/mxf/mxfdemux.c: (gst_mxf_demux_handle_metadata_track), + (gst_mxf_demux_handle_header_metadata_resolve_references), + (gst_mxf_demux_handle_metadata): + * gst/mxf/mxfparse.c: (mxf_metadata_track_parse), + (mxf_metadata_structural_component_parse), + (mxf_metadata_structural_component_reset): + * gst/mxf/mxfparse.h: + * gst/mxf/mxftypes.h: + Implement parsing of Event Tracks, Static Tracks, DM Segments + and DM Source Clips as a preparation for descriptive metadata + support. Next step is to implement SMPTE S380M, "Descriptive + Metadata Scheme-1". + 2008-12-09 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/mxf/mxfjpeg2000.c: (mxf_jpeg2000_create_caps): |