mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
sbc: audio: Remove workaround for compiler warnings
This commit is contained in:
parent
df140f7852
commit
5514d457a1
3 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ struct _GstSbcDecClass {
|
|||
GstElementClass parent_class;
|
||||
};
|
||||
|
||||
//GType gst_sbc_dec_get_type(void);
|
||||
GType gst_sbc_dec_get_type(void);
|
||||
|
||||
gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin);
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ struct _GstSbcEncClass {
|
|||
GstElementClass parent_class;
|
||||
};
|
||||
|
||||
//GType gst_sbc_enc_get_type(void);
|
||||
GType gst_sbc_enc_get_type(void);
|
||||
|
||||
gboolean gst_sbc_enc_plugin_init(GstPlugin *plugin);
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ struct _GstSbcParseClass {
|
|||
GstElementClass parent_class;
|
||||
};
|
||||
|
||||
//GType gst_sbc_parse_get_type(void);
|
||||
GType gst_sbc_parse_get_type(void);
|
||||
|
||||
gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin);
|
||||
|
||||
|
|
Loading…
Reference in a new issue