dvdreadsrc: set rank to NONE

It should never be autoplugged really, for DVD
playback there's rsndvd (or will be, realsoonnow).
This commit is contained in:
Tim-Philipp Müller 2012-07-12 18:05:10 +01:00
parent 91ba1a2ebb
commit b8beab38eb

View 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;
}