diff options
author | Arwed v. Merkatz <v.merkatz@gmx.net> | 2004-08-26 11:10:16 +0000 |
---|---|---|
committer | Arwed v. Merkatz <v.merkatz@gmx.net> | 2004-08-26 11:10:16 +0000 |
commit | c59d13deac2f50abaf04eca3dae5be17ba3de2a9 (patch) | |
tree | 94e5787aca557208d94180821c55a46126d7033b | |
parent | 1b7ad984037c78f5d7fd29b9c9cfc6795932a20d (diff) | |
download | gst-plugins-bad-c59d13deac2f50abaf04eca3dae5be17ba3de2a9.tar.gz gst-plugins-bad-c59d13deac2f50abaf04eca3dae5be17ba3de2a9.tar.bz2 gst-plugins-bad-c59d13deac2f50abaf04eca3dae5be17ba3de2a9.zip |
Fix byte order reversion for writing ebml floats.
Original commit message from CVS:
Fix byte order reversion for writing ebml floats.
Write segment duration and muxing application in matroska.
Added TTA codec to the list of supported codecs to mux into matroska.
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net> + + * gst/matroska/ebml-write.c: (gst_ebml_write_float), + fix byte order reversion on little endian machines. + * gst/matroska/matroska-mux.c: (audiosink_templ), + (gst_matroska_mux_audio_pad_link): + add TTA codec to the list of supported codecs. + * gst/matroska/matroska-mux.c: (gst_matroska_mux_init), + (gst_matroska_mux_start), (gst_matroska_mux_finish), + (gst_matroska_mux_write_data): + * gst/matroska/matroska-mux.h: + write segment duration correctly, write muxing app string, fixes bugs + #140897 and #140898. + * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop), + wait for all pads to be negotiated before starting to mux. + 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain): |