summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-09-13 08:58:49 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-09-13 08:58:49 +0000
commit2381d69692d593eac382d4294d18e5eb9335a21b (patch)
tree14420d6c6adb20bc3b95be11d6ac5de09dbb7325 /sys/v4l2/gstv4l2src.c
parent96fc83aeacef995433db8ee4794227d9b3d2ca6b (diff)
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
Diffstat (limited to 'sys/v4l2/gstv4l2src.c')
-rw-r--r--sys/v4l2/gstv4l2src.c13
1 files changed, 2 insertions, 11 deletions
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
-};