summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-01-28 21:40:11 +0000
committerJan Schmidt <jan@mediacenter.(none)>2009-01-28 21:40:11 +0000
commit9795e95f39870cc688a841a88b757d4320c21ef0 (patch)
treedd54c34445905619925797ad6bdde345e0557226 /ext
parent0037635bf2c9f6e3db0c97425d2b113b6f47fe7f (diff)
Fix compile error in the last commit
Diffstat (limited to 'ext')
-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 75ac84de0..b167b43fc 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