summaryrefslogtreecommitdiff
path: root/sys/vcd
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-21 21:39:18 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-21 21:39:18 +0100
commitf96e4f15817974e8d3675bfe3980cdf02815bd74 (patch)
tree8eb2ba9bc6058e9a8d5ad2a46e6bd5034e3f3813 /sys/vcd
parent46f4c7a6c127dbd20fd9f88a10518e084501cd36 (diff)
downloadgstreamer-plugins-bad-f96e4f15817974e8d3675bfe3980cdf02815bd74.tar.gz
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
Diffstat (limited to 'sys/vcd')
-rw-r--r--sys/vcd/vcdsrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vcd/vcdsrc.h b/sys/vcd/vcdsrc.h
index 6dd5d91bc..9a61a4c39 100644
--- a/sys/vcd/vcdsrc.h
+++ b/sys/vcd/vcdsrc.h
@@ -69,6 +69,8 @@ struct _GstVCDSrcClass {
GstPushSrcClass parent_class;
};
+GType gst_vcdsrc_get_type (void);
+
G_END_DECLS
#endif /* __VCDSRC_H__ */