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:
09223cc
)
openspc: Fix build warning
author
Jan Schmidt
<thaytan@noraisin.net>
Sun, 28 Mar 2010 23:00:57 +0000
(10:00 +1100)
committer
Jan Schmidt
<thaytan@noraisin.net>
Sun, 28 Mar 2010 23:00:57 +0000
(10:00 +1100)
Add a prototype for gst_spc_dec_get_type
ext/spc/gstspc.h
patch
|
blob
|
history
diff --git
a/ext/spc/gstspc.h
b/ext/spc/gstspc.h
index e17406670383358ab8c290874466212798398eaa..b187012924e02b41fd34ac0a146aa2e289230ae4 100644
(file)
--- a/
ext/spc/gstspc.h
+++ b/
ext/spc/gstspc.h
@@
-65,6
+65,8
@@
struct _GstSpcDecClass
GstElementClass parent_class;
};
+GType gst_spc_dec_get_type(void);
+
G_END_DECLS
#endif /* __GST_SPC_DEC_H__ */