sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.
authorStefan Kost <ensonic@users.sourceforge.net>
Fri, 14 Nov 2008 15:42:32 +0000 (15:42 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Fri, 14 Nov 2008 15:42:32 +0000 (15:42 +0000)
Original commit message from CVS:
* sys/v4l2/gstv4l2.c:
Give it a primary rank for autovideosrc.

ChangeLog
sys/v4l2/gstv4l2.c

index 32d9b1d..e77e43f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-14  Stefan Kost  <ensonic@users.sf.net>
+
+       * sys/v4l2/gstv4l2.c:
+         Give it a primary rank for autovideosrc.
+
 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        Patch by: Bjorn Ostby <bjornos at axis dot com>
index 15602b9..8ba9e34 100644 (file)
@@ -43,7 +43,7 @@ plugin_init (GstPlugin * plugin)
 {
   GST_DEBUG_CATEGORY_INIT (v4l2_debug, "v4l2", 0, "V4L2 API calls");
 
-  if (!gst_element_register (plugin, "v4l2src", GST_RANK_NONE,
+  if (!gst_element_register (plugin, "v4l2src", GST_RANK_PRIMARY,
           GST_TYPE_V4L2SRC))
     /*       !gst_element_register (plugin, "v4l2jpegsrc", */
     /*           GST_RANK_NONE, GST_TYPE_V4L2JPEGSRC) || */