summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp2tdepay.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-17 18:23:00 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-17 18:23:28 +0100
commit3342b1679e3f08976a76726ef05ac1dee08cbe3a (patch)
treeb645889694e6bec580ec15a872180b285f92e804 /gst/rtp/gstrtpmp2tdepay.h
parent7e363149f323f745b4147aa469208bdbb8465db6 (diff)
Add -Wmissing-declarations -Wmissing-prototypes warning flags
And fix all the warnings.
Diffstat (limited to 'gst/rtp/gstrtpmp2tdepay.h')
-rw-r--r--gst/rtp/gstrtpmp2tdepay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp2tdepay.h b/gst/rtp/gstrtpmp2tdepay.h
index e8c758696..010b5ca9c 100644
--- a/gst/rtp/gstrtpmp2tdepay.h
+++ b/gst/rtp/gstrtpmp2tdepay.h
@@ -51,6 +51,8 @@ struct _GstRtpMP2TDepayClass
GstBaseRTPDepayloadClass parent_class;
};
+GType gst_rtp_mp2t_depay_get_type (void);
+
gboolean gst_rtp_mp2t_depay_plugin_init (GstPlugin * plugin);
G_END_DECLS