Add -Wmissing-declarations -Wmissing-prototypes to warning flags
authorBenjamin Otte <otte@redhat.com>
Thu, 11 Mar 2010 12:32:14 +0000 (13:32 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:33 +0000 (01:54 +0100)
Includes all the fixes necessary to make stuff compile again.

gst/gdp/gstgdpdepay.h
gst/gdp/gstgdppay.h

index f1f41acd4df7a9ba6b4240653e342ea093d5a4c1..64b7db248ea66cd00ed4b6f8a445ecc69468bbcd 100644 (file)
@@ -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__ */
index 0cc360eb16532e0d5654dc2c07d8b1e6e84bed4b..3e280b5604ca8e0bad11d40fbc0399ed90276f73 100644 (file)
@@ -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__ */