From 383c43abe5cac147d416f2116f1eae43bf0b452a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 11 Mar 2010 13:32:14 +0100 Subject: [PATCH] Add -Wmissing-declarations -Wmissing-prototypes to warning flags Includes all the fixes necessary to make stuff compile again. --- gst/gdp/gstgdpdepay.h | 2 ++ gst/gdp/gstgdppay.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gst/gdp/gstgdpdepay.h b/gst/gdp/gstgdpdepay.h index f1f41acd4d..64b7db248e 100644 --- a/gst/gdp/gstgdpdepay.h +++ b/gst/gdp/gstgdpdepay.h @@ -75,6 +75,8 @@ struct _GstGDPDepayClass gboolean gst_gdp_depay_plugin_init (GstPlugin * plugin); +GType gst_gdp_depay_get_type (void); + G_END_DECLS #endif /* __GST_GDP_DEPAY_H__ */ diff --git a/gst/gdp/gstgdppay.h b/gst/gdp/gstgdppay.h index 0cc360eb16..3e280b5604 100644 --- a/gst/gdp/gstgdppay.h +++ b/gst/gdp/gstgdppay.h @@ -74,6 +74,8 @@ struct _GstGDPPayClass gboolean gst_gdp_pay_plugin_init (GstPlugin * plugin); +GType gst_gdp_pay_get_type (void); + G_END_DECLS #endif /* __GST_GDP_PAY_H__ */