summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2004-09-01 13:41:37 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2004-09-01 13:41:37 +0000
commit1fcf92b730c84d133d30119c6cd10841fd769296 (patch)
tree53fee6ab106c6fb68513431fc3aec1e11ab7d19b /ChangeLog
parente83fb2a3c26a1a704a59e3eb03465782535e62e0 (diff)
Create cue entries for audio only files.
Original commit message from CVS: Create cue entries for audio only files. Fix writing of CUETIME, wrongly used gst_ebml_write_date.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a2646574..b20b6a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@
* gst/matroska/ebml-ids.h:
* gst/matroska/ebml-read.c: (gst_ebml_read_date):
* gst/matroska/ebml-write.c: (gst_ebml_write_date):
- automatically convert unix time <-> ebml time when reading/writing a date
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
+ automatically convert unix time <-> ebml time when reading/writing a date,
+ use gst_ebml_write_uint to write CUETIME, not gst_ebml_write_date.
* gst/matroska/matroska-ids.h:
* gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
(gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
@@ -11,6 +13,7 @@
(gst_matroska_mux_write_data):
Write track and segment UIDs, write muxing date, write
TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
+ Create cues for audio only files.
2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>