From f890079aaed34e5c5fd17249bc29c6d2c6e59d68 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:25:50 +0100 Subject: [PATCH] rtpsbcpay: First attempt in fixing compiler warnings (still needs cleanup) --- gst/rtp/gstrtpsbcpay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtpsbcpay.h b/gst/rtp/gstrtpsbcpay.h index e56fef3..6623611 100644 --- a/gst/rtp/gstrtpsbcpay.h +++ b/gst/rtp/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); -- 2.7.4