summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-18 10:57:45 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-18 10:57:45 +0000
commit1b7324731f615d019ebfbbea5efb8db475c2f3a7 (patch)
tree0c83adaeaadaa27479eb49d953b1cc5b6767493c
parent8574bf31de32a7ae14fe3445bc006c22a81510b3 (diff)
downloadgst-plugins-bad-1b7324731f615d019ebfbbea5efb8db475c2f3a7.tar.gz
gst-plugins-bad-1b7324731f615d019ebfbbea5efb8db475c2f3a7.tar.bz2
gst-plugins-bad-1b7324731f615d019ebfbbea5efb8db475c2f3a7.zip
ext/speex/gstspeexenc.c: Fix speex timestamps so that it gets muxed properly.
Original commit message from CVS: * ext/speex/gstspeexenc.c: (gst_speexenc_class_init), (gst_speexenc_chain): Fix speex timestamps so that it gets muxed properly.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dca0e02b..d76f850d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-15 Wim Taymans <wim@fluendo.com>
+ * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
+ (gst_speexenc_chain):
+ Fix speex timestamps so that it gets muxed properly.
+
+2004-10-15 Wim Taymans <wim@fluendo.com>
+
* ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
(gst_dv1394src_base_init), (gst_dv1394src_class_init),
(gst_dv1394src_init), (gst_dv1394src_dispose),