Revert inlines that cause compiler warnings and are not needed anyway
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Aug 2009 16:51:10 +0000 (17:51 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 8 Aug 2009 16:51:10 +0000 (17:51 +0100)
gst-libs/gst/audio/gstaudiosrc.c
gst/playback/gstinputselector.c
gst/playback/gststreamselector.c

index b8c01b1..db4a52c 100644 (file)
@@ -426,7 +426,7 @@ gst_audioringbuffer_release (GstRingBuffer * buf)
   return result;
 }
 
-static inline gboolean
+static gboolean
 gst_audioringbuffer_start (GstRingBuffer * buf)
 {
   GST_DEBUG ("start, sending signal");
index 065196e..d7b552c 100644 (file)
@@ -1182,7 +1182,7 @@ gst_input_selector_getcaps (GstPad * pad)
 }
 
 /* check if the pad is the active sinkpad */
-static inline gboolean
+static gboolean
 gst_input_selector_is_active_sinkpad (GstInputSelector * sel, GstPad * pad)
 {
   gboolean res;
index 7020e68..855d146 100644 (file)
@@ -664,7 +664,7 @@ gst_stream_selector_getcaps (GstPad * pad)
 }
 
 /* check if the pad is the active sinkpad */
-static inline gboolean
+static gboolean
 gst_stream_selector_is_active_sinkpad (GstStreamSelector * sel, GstPad * pad)
 {
   gboolean res;