summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-03-06 04:51:15 +0000
committerDavid Schleef <ds@schleef.org>2004-03-06 04:51:15 +0000
commita6b4e965a83b42554347dc47efb373b09899dc9f (patch)
treee2c0ef88fb128d33570812855539339760b46160 /ChangeLog
parent1586deb83300784311573f63963436d2d39480bf (diff)
downloadgst-plugins-bad-a6b4e965a83b42554347dc47efb373b09899dc9f.tar.gz
gst-plugins-bad-a6b4e965a83b42554347dc47efb373b09899dc9f.tar.bz2
gst-plugins-bad-a6b4e965a83b42554347dc47efb373b09899dc9f.zip
ext/aalib/gstaasink.c: Add fixate function. (bug #131128)
Original commit message from CVS: * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init): Add fixate function. (bug #131128) * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init), (gst_sdlvideosink_fixate): Add fixate function. * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): Fix attempt to print a non-pointer using GST_PTR_FORMAT. * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix missing break that was causing ulaw to be interpreted as raw int.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb88082e..007d8318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-03-05 David Schleef <ds@schleef.org>
+ * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
+ Add fixate function. (bug #131128)
+ * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
+ (gst_sdlvideosink_fixate): Add fixate function.
+ * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
+ Fix attempt to print a non-pointer using GST_PTR_FORMAT.
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
+ Fix missing break that was causing ulaw to be interpreted as
+ raw int.
+
+2004-03-05 David Schleef <ds@schleef.org>
+
* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
Fix code that ignores return value of gst_buffer_merge().
(bug #114560)