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:
Wim Taymans 2011-07-07 10:20:19 +02:00
parent b1dcdb89f5
commit d051f3cb5b
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,4 @@
.init gst_audio_convert_orc_init
.function orc_audio_convert_unpack_u8
.dest 4 d1 gint32
.source 1 s1 guint8

View file

@ -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;