mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtpsbcpay: First attempt in fixing compiler warnings (still needs cleanup)
This commit is contained in:
parent
7d4f846112
commit
f890079aae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue