summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-16 17:10:29 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-16 17:10:29 +0000
commit83195f974d6d1224bb089a45b23bfe0bfb92e7a9 (patch)
treeb2798e9c9be5ec0b733760fdeea60e3efab97609
parentc4493400548598c7c43f9584092fdce970d758f3 (diff)
downloadgst-plugins-bad-83195f974d6d1224bb089a45b23bfe0bfb92e7a9.tar.gz
gst-plugins-bad-83195f974d6d1224bb089a45b23bfe0bfb92e7a9.tar.bz2
gst-plugins-bad-83195f974d6d1224bb089a45b23bfe0bfb92e7a9.zip
gst/asfdemux/gstasfdemux.c: - process comments even if they don't end with \0\0 g_convert would ignore them if presen...
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment): - process comments even if they don't end with \0\0 g_convert would ignore them if present and works well without them
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 382445b8..c66e4972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
+
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
+ - process comments even if they don't end with \0\0
+ g_convert would ignore them if present and works well without them
+
2004-05-16 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
@@ -9,7 +15,7 @@
don't write to memory we might not write to - g_convert does that
for us anyway (fixes #142613)
(gst_asf_demux_audio_caps):
- conmment out gst_util_dump_mem
+ comment out gst_util_dump_mem
2004-05-16 Benjamin Otte <otte@gnome.org>