From 68eee929ce8aaa013666825b0e5f1be59a3155e7 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 13 Sep 2003 08:58:49 +0000 Subject: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin --- sys/v4l2/gstv4l2element.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'sys/v4l2/gstv4l2element.c') diff --git a/sys/v4l2/gstv4l2element.c b/sys/v4l2/gstv4l2element.c index 926e4a51..9ff553ce 100644 --- a/sys/v4l2/gstv4l2element.c +++ b/sys/v4l2/gstv4l2element.c @@ -473,9 +473,8 @@ gst_v4l2element_change_state (GstElement *element) } -static gboolean -plugin_init (GModule *module, - GstPlugin *plugin) +gboolean +gst_v4l2element_factory_init (GstPlugin *plugin) { GstElementFactory *factory; @@ -487,11 +486,3 @@ plugin_init (GModule *module, return TRUE; } - - -GstPluginDesc plugin_desc = { - GST_VERSION_MAJOR, - GST_VERSION_MINOR, - "v4l2element", - plugin_init -}; -- cgit v1.2.1