diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:25:50 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:25:50 +0100 |
commit | 595a975c95033e68e23727d96425fb92adf63bc1 (patch) | |
tree | b31c8c9af8cfd0c0d441465c06cdbda977db3f4f /audio/gstrtpsbcpay.h | |
parent | c2f08ad646de6cb18a456b6389c842a22bd84022 (diff) |
First attempt in fixing compiler warnings (still needs cleanup)
Diffstat (limited to 'audio/gstrtpsbcpay.h')
-rw-r--r-- | audio/gstrtpsbcpay.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |