summaryrefslogtreecommitdiff
path: root/gst/audiorate
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-09-17 17:24:55 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-09-17 17:24:55 +0000
commitd5996e9c37227dc8a3da6c51e088201ade95f423 (patch)
treeb33e9ad6d3f6e45fb139726555ebf50b171b1ccd /gst/audiorate
parentd133f1548eb3ee6cea8ea4dec4fc91cdda9d7c46 (diff)
Fix a bunch of compile warnings shown with Forte.
Original commit message from CVS: * ext/pango/gsttextoverlay.c: (gst_text_overlay_init), (gst_text_overlay_set_property): * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet): * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render): * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix), (gst_rtcp_unix_to_ntp): * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type): * gst/playback/gstqueue2.c: * tests/examples/seek/seek.c: (set_scale): Fix a bunch of compile warnings shown with Forte. * gst/audiorate/gstaudiorate.c: Always pull in config.h before including any system headers.
Diffstat (limited to 'gst/audiorate')
-rw-r--r--gst/audiorate/gstaudiorate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/audiorate/gstaudiorate.c b/gst/audiorate/gstaudiorate.c
index c1bd2857b..88ad972c5 100644
--- a/gst/audiorate/gstaudiorate.c
+++ b/gst/audiorate/gstaudiorate.c
@@ -17,12 +17,12 @@
* Boston, MA 02111-1307, USA.
*/
-#include <stdlib.h>
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+
#include <string.h>
+#include <stdlib.h>
#include <gst/gst.h>
#include <gst/audio/audio.h>