From: Stefan Kost Date: Tue, 3 Nov 2009 22:21:19 +0000 (+0200) Subject: inputselector: also add inline to the proto to fix the build X-Git-Tag: RELEASE-0.10.32~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e955afd503302ec412d9afde791ed52d3bfadbc7;p=platform%2Fupstream%2Fgstreamer.git inputselector: also add inline to the proto to fix the build --- diff --git a/plugins/elements/gstinputselector.c b/plugins/elements/gstinputselector.c index b829f4f..8d6a416 100644 --- a/plugins/elements/gstinputselector.c +++ b/plugins/elements/gstinputselector.c @@ -91,8 +91,8 @@ enum }; static guint gst_input_selector_signals[LAST_SIGNAL] = { 0 }; -static gboolean gst_input_selector_is_active_sinkpad (GstInputSelector * sel, - GstPad * pad); +static inline gboolean gst_input_selector_is_active_sinkpad (GstInputSelector * + sel, GstPad * pad); static GstPad *gst_input_selector_activate_sinkpad (GstInputSelector * sel, GstPad * pad); static GstPad *gst_input_selector_get_linked_pad (GstPad * pad,