summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:33:40 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:33:40 +0000
commitf577ffb12dfa0aca33a1e7892484acf16d2e555f (patch)
treecd8e3cfca7351d5825d19f98c5ceaa7363ac29db /ChangeLog
parentb8dff3899868c1ac021ba9ac30aea4cb666f3998 (diff)
downloadgst-plugins-bad-f577ffb12dfa0aca33a1e7892484acf16d2e555f.tar.gz
gst-plugins-bad-f577ffb12dfa0aca33a1e7892484acf16d2e555f.tar.bz2
gst-plugins-bad-f577ffb12dfa0aca33a1e7892484acf16d2e555f.zip
gst/flv/: Add support for Speex audio and allow buffers without valid timestamp in the muxer.
Original commit message from CVS: * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps), (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer), (gst_flv_mux_collected): * gst/flv/gstflvmux.h: * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate): Add support for Speex audio and allow buffers without valid timestamp in the muxer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5506c323..78f5366e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps),
+ (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer),
+ (gst_flv_mux_collected):
+ * gst/flv/gstflvmux.h:
+ * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate):
+ Add support for Speex audio and allow buffers without valid
+ timestamp in the muxer.
+
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
(gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
(gst_flv_demux_handle_seek_pull):