audioconvert: don't use .init function
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 7 Jul 2011 08:20:19 +0000 (10:20 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 7 Jul 2011 08:24:55 +0000 (10:24 +0200)
Don't use the .init function but compile all functions when needed instead of
when the plugin is registered.

gst/audioconvert/gstaudioconvertorc.orc
gst/audioconvert/plugin.c

index 23da7fd..aea1376 100644 (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
index 45882dc..105f0e9 100644 (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;