mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
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:
parent
91ba1a2ebb
commit
b8beab38eb
1 changed files with 1 additions and 1 deletions
|
@ -1770,7 +1770,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||||
#endif /* ENABLE_NLS */
|
#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)) {
|
GST_TYPE_DVD_READ_SRC)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue