mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtpsbcpay: Remove workaround for compiler warnings
This commit is contained in:
parent
fe79c60d74
commit
4196feb659
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