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/gstrtpsbcpay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/gstrtpsbcpay.h') diff --git a/audio/gstrtpsbcpay.h b/audio/gstrtpsbcpay.h index e56fef35..66236113 100644 --- a/audio/gstrtpsbcpay.h +++ b/audio/gstrtpsbcpay.h @@ -59,7 +59,7 @@ struct _GstRtpSBCPayClass { GstBaseRTPPayloadClass parent_class; }; -GType gst_rtp_sbc_pay_get_type(void); +//GType gst_rtp_sbc_pay_get_type(void); gboolean gst_rtp_sbc_pay_plugin_init (GstPlugin * plugin); -- cgit