diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-16 16:22:42 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-16 16:22:42 +0000 |
commit | 23453cfde9ffb3c26b8e3add947748211417da6c (patch) | |
tree | 3bf0fb1c1987c5a1c4825d5a90f377e0fe7af65b | |
parent | e268daa6af590fd9ab833d860b22dd0c24d3f6cc (diff) |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |