diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-05 10:32:55 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-05 10:32:55 +0000 |
commit | 278604dfa1d8f2a3b57ef8fb89d32a7abe1a0be4 (patch) | |
tree | 24c6c7f70271e84409a32df6b2cdc76125ec8a47 /ChangeLog | |
parent | b0e94e354f1e17b22e5264e53a1b82f843266776 (diff) | |
download | gst-plugins-bad-278604dfa1d8f2a3b57ef8fb89d32a7abe1a0be4.tar.gz gst-plugins-bad-278604dfa1d8f2a3b57ef8fb89d32a7abe1a0be4.tar.bz2 gst-plugins-bad-278604dfa1d8f2a3b57ef8fb89d32a7abe1a0be4.zip |
gst/mxf/mxfdemux.c: Generalize some lines of codes that are more or less the same by a macro.
Original commit message from CVS:
* gst/mxf/mxfdemux.c:
(gst_mxf_demux_handle_header_metadata_resolve_references):
Generalize some lines of codes that are more or less the same
by a macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/mxf/mxfdemux.c: + (gst_mxf_demux_handle_header_metadata_resolve_references): + Generalize some lines of codes that are more or less the same + by a macro. + 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk> * configure.ac: |