mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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.
This commit is contained in:
parent
ed367671fd
commit
9550f87d4b
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
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):
|
||||
|
|
Loading…
Reference in a new issue