Revert inlines that cause compiler warnings and are not needed anyway

This commit is contained in:
Tim-Philipp Müller 2009-08-08 17:51:10 +01:00
parent 9329b8be72
commit 0021e6b765
3 changed files with 3 additions and 3 deletions

View 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");

View 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;

View 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;