summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/pulse/pulsesink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c
index 75ac84de..b167b43f 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -97,6 +97,8 @@ static GstStateChangeReturn gst_pulsesink_change_state (GstElement *
static void gst_pulsesink_init_interfaces (GType type);
+static gboolean gst_pulsesink_is_dead (GstPulseSink * pulsesink);
+
#if (G_BYTE_ORDER == G_LITTLE_ENDIAN)
# define ENDIANNESS "LITTLE_ENDIAN, BIG_ENDIAN"
#else