mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
Revert inlines that cause compiler warnings and are not needed anyway
This commit is contained in:
parent
9329b8be72
commit
0021e6b765
3 changed files with 3 additions and 3 deletions
|
@ -426,7 +426,7 @@ gst_audioringbuffer_release (GstRingBuffer * buf)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline gboolean
|
static gboolean
|
||||||
gst_audioringbuffer_start (GstRingBuffer * buf)
|
gst_audioringbuffer_start (GstRingBuffer * buf)
|
||||||
{
|
{
|
||||||
GST_DEBUG ("start, sending signal");
|
GST_DEBUG ("start, sending signal");
|
||||||
|
|
|
@ -1182,7 +1182,7 @@ gst_input_selector_getcaps (GstPad * pad)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check if the pad is the active sinkpad */
|
/* check if the pad is the active sinkpad */
|
||||||
static inline gboolean
|
static gboolean
|
||||||
gst_input_selector_is_active_sinkpad (GstInputSelector * sel, GstPad * pad)
|
gst_input_selector_is_active_sinkpad (GstInputSelector * sel, GstPad * pad)
|
||||||
{
|
{
|
||||||
gboolean res;
|
gboolean res;
|
||||||
|
|
|
@ -664,7 +664,7 @@ gst_stream_selector_getcaps (GstPad * pad)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check if the pad is the active sinkpad */
|
/* check if the pad is the active sinkpad */
|
||||||
static inline gboolean
|
static gboolean
|
||||||
gst_stream_selector_is_active_sinkpad (GstStreamSelector * sel, GstPad * pad)
|
gst_stream_selector_is_active_sinkpad (GstStreamSelector * sel, GstPad * pad)
|
||||||
{
|
{
|
||||||
gboolean res;
|
gboolean res;
|
||||||
|
|
Loading…
Reference in a new issue