mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
[147/906] oups forgot to add 2 files to the previous commit
This commit is contained in:
parent
d6ef47cd9c
commit
f27aef15b7
1 changed files with 0 additions and 6 deletions
|
@ -25,7 +25,6 @@
|
||||||
#include "gstgltestsrc.h"
|
#include "gstgltestsrc.h"
|
||||||
#include "gstglupload.h"
|
#include "gstglupload.h"
|
||||||
#include "gstglfiltercube.h"
|
#include "gstglfiltercube.h"
|
||||||
#include "gstglfilteredge.h"
|
|
||||||
#include "gstglfilterlaplacian.h"
|
#include "gstglfilterlaplacian.h"
|
||||||
#include "gstglfilterapp.h"
|
#include "gstglfilterapp.h"
|
||||||
#include "gstgldownload.h"
|
#include "gstgldownload.h"
|
||||||
|
@ -67,11 +66,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "glfilteredge",
|
|
||||||
GST_RANK_NONE, GST_TYPE_GL_FILTER_EDGE)) {
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "glfilterlaplacian",
|
if (!gst_element_register (plugin, "glfilterlaplacian",
|
||||||
GST_RANK_NONE, GST_TYPE_GL_FILTER_LAPLACIAN)) {
|
GST_RANK_NONE, GST_TYPE_GL_FILTER_LAPLACIAN)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue