diff --git a/ext/sbc/gstsbcdec.h b/ext/sbc/gstsbcdec.h index 6a15fb0438..c77feaed30 100644 --- a/ext/sbc/gstsbcdec.h +++ b/ext/sbc/gstsbcdec.h @@ -59,7 +59,7 @@ struct _GstSbcDecClass { GstElementClass parent_class; }; -//GType gst_sbc_dec_get_type(void); +GType gst_sbc_dec_get_type(void); gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin); diff --git a/ext/sbc/gstsbcenc.h b/ext/sbc/gstsbcenc.h index 0c8508b251..0329351fa6 100644 --- a/ext/sbc/gstsbcenc.h +++ b/ext/sbc/gstsbcenc.h @@ -68,7 +68,7 @@ struct _GstSbcEncClass { GstElementClass parent_class; }; -//GType gst_sbc_enc_get_type(void); +GType gst_sbc_enc_get_type(void); gboolean gst_sbc_enc_plugin_init(GstPlugin *plugin); diff --git a/ext/sbc/gstsbcparse.h b/ext/sbc/gstsbcparse.h index d7331adf8d..ecb8be426a 100644 --- a/ext/sbc/gstsbcparse.h +++ b/ext/sbc/gstsbcparse.h @@ -62,7 +62,7 @@ struct _GstSbcParseClass { GstElementClass parent_class; }; -//GType gst_sbc_parse_get_type(void); +GType gst_sbc_parse_get_type(void); gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin);