Revert "Use init functions for Orc code"
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 27 Aug 2010 09:49:47 +0000 (11:49 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 27 Aug 2010 09:49:47 +0000 (11:49 +0200)
This reverts commit b2051090b43f82b23bb01826f09053479bbd7874.

Fixes the build again until someone pushes the regenerated .c/.h
files too.

gst/adder/gstadder.c
gst/adder/gstadderorc.orc
gst/audioconvert/gstaudioconvertorc.orc
gst/audioconvert/plugin.c
gst/videoscale/gstvideoscale.c
gst/videoscale/gstvideoscaleorc.orc
gst/videotestsrc/gstvideotestsrc.c
gst/videotestsrc/gstvideotestsrcorc.orc
gst/volume/gstvolume.c
gst/volume/gstvolumeorc.orc

index 7cd2858..3d092e7 100644 (file)
@@ -1310,8 +1310,6 @@ gst_adder_change_state (GstElement * element, GstStateChange transition)
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  gst_adder_orc_init ();
-
   if (!gst_element_register (plugin, "adder", GST_RANK_NONE, GST_TYPE_ADDER)) {
     return FALSE;
   }
index f8c3caf..e37f4a9 100644 (file)
@@ -1,6 +1,4 @@
 
-.init gst_adder_orc_init
-
 .function add_int32
 .dest 4 d1 gint32
 .source 4 s1 gint32
index ba45ece..a78718e 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..643737a 100644 (file)
 #include "plugin.h"
 
 #include <gst/audio/multichannel.h>
-#include "gstaudioconvertorc.h"
 
 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;
index b0f8f43..b3aeb21 100644 (file)
@@ -79,7 +79,6 @@
 #include <gst/video/video.h>
 
 #include "gstvideoscale.h"
-#include "gstvideoscaleorc.h"
 #include "vs_image.h"
 #include "vs_4tap.h"
 #include "vs_fill_borders.h"
@@ -1290,8 +1289,6 @@ gst_video_scale_src_event (GstBaseTransform * trans, GstEvent * event)
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  gst_videoscale_orc_init ();
-
   if (!gst_element_register (plugin, "videoscale", GST_RANK_NONE,
           GST_TYPE_VIDEO_SCALE))
     return FALSE;
index 561f411..45434fc 100644 (file)
@@ -1,6 +1,4 @@
 
-.init gst_videoscale_orc_init
-
 .function orc_merge_linear_u8
 .dest 1 d1
 .source 1 s1
index fb27830..d897582 100644 (file)
@@ -37,7 +37,6 @@
 #include "config.h"
 #endif
 #include "gstvideotestsrc.h"
-#include "gstvideotestsrcorc.h"
 #include "videotestsrc.h"
 
 #include <string.h>
@@ -896,8 +895,6 @@ gst_video_test_src_start (GstBaseSrc * basesrc)
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  gst_videotestsrc_orc_init ();
-
   GST_DEBUG_CATEGORY_INIT (video_test_src_debug, "videotestsrc", 0,
       "Video Test Source");
 
index a2fc80b..30097fd 100644 (file)
@@ -1,6 +1,4 @@
 
-.init gst_videotestsrc_orc_init
-
 .function gst_orc_splat_u8
 .dest 1 d1 guint8
 .param 1 p1
index 565236d..dbe826a 100644 (file)
@@ -1087,8 +1087,6 @@ volume_get_property (GObject * object, guint prop_id, GValue * value,
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
-  gst_volume_orc_init ();
-
   /* initialize gst controller library */
   gst_controller_init (NULL, NULL);
 
index 8e100a4..0f6da91 100644 (file)
@@ -1,6 +1,4 @@
 
-.init gst_volume_orc_init
-
 .function orc_scalarmultiply_f32_ns
 .dest 4 d1 float
 .source 4 s1 float