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/gstv4l2src.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'sys/v4l2/gstv4l2src.c') diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index b7e5daba..015e3c43 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -1061,9 +1061,8 @@ gst_v4l2src_buffer_free (GstBufferPool *pool, } -static gboolean -plugin_init (GModule *module, - GstPlugin *plugin) +gboolean +gst_v4l2src_factory_init (GstPlugin *plugin) { GstElementFactory *factory; @@ -1083,11 +1082,3 @@ plugin_init (GModule *module, return TRUE; } - - -GstPluginDesc plugin_desc = { - GST_VERSION_MAJOR, - GST_VERSION_MINOR, - "v4l2src", - plugin_init -}; -- cgit v1.2.1