sys/v4l/gstv4l.c: Give it a minimal rank for autovideosrc.

Original commit message from CVS:
* sys/v4l/gstv4l.c:
Give it a minimal rank for autovideosrc.
This commit is contained in:
Stefan Kost 2008-11-14 15:40:28 +00:00
parent 23f10c5403
commit 969a798d92
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-11-14 Stefan Kost <ensonic@users.sf.net>
* sys/v4l/gstv4l.c:
Give it a minimal rank for autovideosrc.
2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/typefind/gsttypefindfunctions.c: (jp2_type_find),

View file

@ -41,7 +41,8 @@ plugin_init (GstPlugin * plugin)
{
GST_DEBUG_CATEGORY_INIT (v4l_debug, "v4l", 0, "V4L API calls");
if (!gst_element_register (plugin, "v4lsrc", GST_RANK_NONE, GST_TYPE_V4LSRC))
if (!gst_element_register (plugin, "v4lsrc", GST_RANK_MARGINAL,
GST_TYPE_V4LSRC))
/* !gst_element_register (plugin, "v4ljpegsrc", */
/* GST_RANK_NONE, GST_TYPE_V4LJPEGSRC) || */
/* !gst_element_register (plugin, "v4lmjpegsrc", */