Fix compile error in the last commit
authorJan Schmidt <thaytan@noraisin.net>
Wed, 28 Jan 2009 21:40:11 +0000 (21:40 +0000)
committerJan Schmidt <jan@mediacenter.(none)>
Wed, 28 Jan 2009 21:40:11 +0000 (21:40 +0000)
ext/pulse/pulsesink.c

index 75ac84d..b167b43 100644 (file)
@@ -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