From e1e9be6dbe1bd0df0543f2a72dcf9cc6d644dd78 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 4 Nov 2009 00:21:19 +0200 Subject: [PATCH] inputselector: also add inline to the proto to fix the build --- gst/selector/gstinputselector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/selector/gstinputselector.c b/gst/selector/gstinputselector.c index b829f4fb21..8d6a416462 100644 --- a/gst/selector/gstinputselector.c +++ b/gst/selector/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,