projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0037635
)
Fix compile error in the last commit
author
Jan Schmidt
<thaytan@noraisin.net>
Wed, 28 Jan 2009 21:40:11 +0000
(21:40 +0000)
committer
Jan Schmidt
<jan@mediacenter.(none)>
Wed, 28 Jan 2009 21:40:11 +0000
(21:40 +0000)
ext/pulse/pulsesink.c
patch
|
blob
|
history
diff --git
a/ext/pulse/pulsesink.c
b/ext/pulse/pulsesink.c
index
75ac84d
..
b167b43
100644
(file)
--- 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