dvdreadsrc: set rank to NONE
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 12 Jul 2012 17:05:10 +0000 (18:05 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 12 Jul 2012 17:05:10 +0000 (18:05 +0100)
It should never be autoplugged really, for DVD
playback there's rsndvd (or will be, realsoonnow).

ext/dvdread/dvdreadsrc.c

index 7140983..dfc387a 100644 (file)
@@ -1770,7 +1770,7 @@ plugin_init (GstPlugin * plugin)
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 #endif /* ENABLE_NLS */
 
-  if (!gst_element_register (plugin, "dvdreadsrc", GST_RANK_SECONDARY,
+  if (!gst_element_register (plugin, "dvdreadsrc", GST_RANK_NONE,
           GST_TYPE_DVD_READ_SRC)) {
     return FALSE;
   }