summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-16 16:22:42 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-16 16:22:42 +0000
commit308d530d13b03a3f1ccc4cc5e607b40d3cff2ba4 (patch)
treede9dac10c9552345aec1474f6f5abb8ed41605d6
parentae37cb635e38640e3da993c7965d62bb57fb1724 (diff)
downloadgst-plugins-bad-308d530d13b03a3f1ccc4cc5e607b40d3cff2ba4.tar.gz
gst-plugins-bad-308d530d13b03a3f1ccc4cc5e607b40d3cff2ba4.tar.bz2
gst-plugins-bad-308d530d13b03a3f1ccc4cc5e607b40d3cff2ba4.zip
gst/asfdemux/gstasfdemux.c: don't write to memory we might not write to - g_convert does that for us anyway conmment ...
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment): don't write to memory we might not write to - g_convert does that for us anyway (gst_asf_demux_audio_caps): conmment out gst_util_dump_mem
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f243433..54ab51e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-05-16 Benjamin Otte <otte@gnome.org>
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
+ don't write to memory we might not write to - g_convert does that
+ for us anyway
+ (gst_asf_demux_audio_caps):
+ conmment out gst_util_dump_mem
+
+2004-05-16 Benjamin Otte <otte@gnome.org>
+
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
compute correct expected timestamps after seek (broken since
last commit)