mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
This commit is contained in:
parent
804f837539
commit
ce4eb2e69f
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
2004-05-16 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
|
* 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
|
don't write to memory we might not write to - g_convert does that
|
||||||
for us anyway (fixes #142613)
|
for us anyway (fixes #142613)
|
||||||
(gst_asf_demux_audio_caps):
|
(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>
|
2004-05-16 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue