mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
audioconvert: don't use .init function
Don't use the .init function but compile all functions when needed instead of when the plugin is registered.
This commit is contained in:
parent
b1dcdb89f5
commit
d051f3cb5b
2 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
.init gst_audio_convert_orc_init
|
||||
|
||||
.function orc_audio_convert_unpack_u8
|
||||
.dest 4 d1 gint32
|
||||
.source 1 s1 guint8
|
||||
|
|
|
@ -31,8 +31,6 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
gst_audio_convert_orc_init ();
|
||||
|
||||
/* ensure GstAudioChannelPosition type is registered */
|
||||
if (!gst_audio_channel_position_get_type ())
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue