summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpac3depay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpac3depay.h')
-rw-r--r--gst/rtp/gstrtpac3depay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpac3depay.h b/gst/rtp/gstrtpac3depay.h
index 128ccbdd0..f0929e502 100644
--- a/gst/rtp/gstrtpac3depay.h
+++ b/gst/rtp/gstrtpac3depay.h
@@ -49,6 +49,8 @@ struct _GstRtpAC3DepayClass
GstBaseRTPDepayloadClass parent_class;
};
+GType gst_rtp_ac3_depay_get_type (void);
+
gboolean gst_rtp_ac3_depay_plugin_init (GstPlugin * plugin);
G_END_DECLS