From 595a975c95033e68e23727d96425fb92adf63bc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:25:50 +0100 Subject: First attempt in fixing compiler warnings (still needs cleanup) --- audio/gstsbcparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/gstsbcparse.h') diff --git a/audio/gstsbcparse.h b/audio/gstsbcparse.h index eceeeea1..7a3f8266 100644 --- a/audio/gstsbcparse.h +++ b/audio/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); -- cgit