From: Julien Isorce Date: Mon, 11 Aug 2008 13:53:12 +0000 (+0200) Subject: [147/906] oups forgot to add 2 files to the previous commit X-Git-Tag: 1.19.3~507^2~12385 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f27aef15b77f36b7093523b4f81ede7e9ff69e76;p=platform%2Fupstream%2Fgstreamer.git [147/906] oups forgot to add 2 files to the previous commit --- diff --git a/gst/gl/gstopengl.c b/gst/gl/gstopengl.c index e64b66e..8566645 100644 --- a/gst/gl/gstopengl.c +++ b/gst/gl/gstopengl.c @@ -25,7 +25,6 @@ #include "gstgltestsrc.h" #include "gstglupload.h" #include "gstglfiltercube.h" -#include "gstglfilteredge.h" #include "gstglfilterlaplacian.h" #include "gstglfilterapp.h" #include "gstgldownload.h" @@ -67,11 +66,6 @@ plugin_init (GstPlugin * plugin) return FALSE; } - if (!gst_element_register (plugin, "glfilteredge", - GST_RANK_NONE, GST_TYPE_GL_FILTER_EDGE)) { - return FALSE; - } - if (!gst_element_register (plugin, "glfilterlaplacian", GST_RANK_NONE, GST_TYPE_GL_FILTER_LAPLACIAN)) { return FALSE;