summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/gstdeinterlace2.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-29 10:56:47 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-29 10:56:47 +0000
commit67088dcea6eda4eeef243940cda2e76acbc2a398 (patch)
tree5503d9ab1c8567f4f938f8ce37cd036a6cea1d49 /gst/deinterlace2/gstdeinterlace2.c
parenta1b7dde06923100706cbf47480d6d5e59dfb62fe (diff)
downloadgst-plugins-bad-67088dcea6eda4eeef243940cda2e76acbc2a398.tar.gz
gst-plugins-bad-67088dcea6eda4eeef243940cda2e76acbc2a398.tar.bz2
gst-plugins-bad-67088dcea6eda4eeef243940cda2e76acbc2a398.zip
gst/deinterlace2/: Get rid of speedy.[ch] as we don't use most of it's code anyway and it doesn't seem to be relicens...
Original commit message from CVS: * gst/deinterlace2/Makefile.am: * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init): * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy): * gst/deinterlace2/tvtime/greedyh.c: (deinterlace_frame_di_greedyh): * gst/deinterlace2/tvtime/speedtools.h: * gst/deinterlace2/tvtime/speedy.c: * gst/deinterlace2/tvtime/speedy.h: * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy): * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc: * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir): Get rid of speedy.[ch] as we don't use most of it's code anyway and it doesn't seem to be relicensed to LGPL. Use memcpy() instead of the speedy memcpy everywhere instead. * gst/deinterlace2/gstdeinterlace2.h: Remove many unused declarations.
Diffstat (limited to 'gst/deinterlace2/gstdeinterlace2.c')
-rw-r--r--gst/deinterlace2/gstdeinterlace2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/deinterlace2/gstdeinterlace2.c b/gst/deinterlace2/gstdeinterlace2.c
index 3998a8fc..e42afaba 100644
--- a/gst/deinterlace2/gstdeinterlace2.c
+++ b/gst/deinterlace2/gstdeinterlace2.c
@@ -28,7 +28,6 @@
#include <gst/video/video.h>
#include "tvtime/plugins.h"
-#include "tvtime/speedy.h"
#include <string.h>
@@ -234,9 +233,6 @@ gst_deinterlace2_init (GstDeinterlace2 * object, GstDeinterlace2Class * klass)
object->cpu_feature_flags = oil_cpu_get_flags ();
- setup_speedy_calls (object->cpu_feature_flags, 0);
- object->pMemcpy = speedy_memcpy;
-
object->method = dscaler_tomsmocomp_get_method ();
object->field_layout = GST_DEINTERLACE2_LAYOUT_AUTO;
object->fields = GST_DEINTERLACE2_ALL;