From 6c3fbe6d459d566f51de66a71245eba6bfaee74e Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 6 Mar 2004 04:51:15 +0000 Subject: 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. --- gst/wavparse/gstwavparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/wavparse') diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 77e18263..889d6514 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -610,6 +610,7 @@ gst_wavparse_parse_fmt (GstWavParse *wavparse, guint size) "channels", G_TYPE_INT, wavparse->channels, NULL); } + break; case GST_RIFF_WAVE_FORMAT_PCM: caps = gst_caps_new_simple ("audio/x-raw-int", -- cgit