From 4196feb65922a24177887015d596931843075984 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Feb 2011 17:51:45 -0800 Subject: [PATCH] rtpsbcpay: Remove workaround for compiler warnings --- 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 a444b49..398de82 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