mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
inputselector: also add inline to the proto to fix the build
This commit is contained in:
parent
94942cf69b
commit
e1e9be6dbe
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ enum
|
||||||
};
|
};
|
||||||
static guint gst_input_selector_signals[LAST_SIGNAL] = { 0 };
|
static guint gst_input_selector_signals[LAST_SIGNAL] = { 0 };
|
||||||
|
|
||||||
static gboolean gst_input_selector_is_active_sinkpad (GstInputSelector * sel,
|
static inline gboolean gst_input_selector_is_active_sinkpad (GstInputSelector *
|
||||||
GstPad * pad);
|
sel, GstPad * pad);
|
||||||
static GstPad *gst_input_selector_activate_sinkpad (GstInputSelector * sel,
|
static GstPad *gst_input_selector_activate_sinkpad (GstInputSelector * sel,
|
||||||
GstPad * pad);
|
GstPad * pad);
|
||||||
static GstPad *gst_input_selector_get_linked_pad (GstPad * pad,
|
static GstPad *gst_input_selector_get_linked_pad (GstPad * pad,
|
||||||
|
|
Loading…
Reference in a new issue