mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
set rank to secondary until it works 100%
Original commit message from CVS: set rank to secondary until it works 100%
This commit is contained in:
parent
b306bd7a69
commit
6bd2b6cc59
1 changed files with 1 additions and 1 deletions
|
@ -1335,5 +1335,5 @@ gboolean
|
||||||
gst_dvd_demux_plugin_init (GstPlugin * plugin)
|
gst_dvd_demux_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "dvddemux",
|
return gst_element_register (plugin, "dvddemux",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_DVD_DEMUX);
|
GST_RANK_SECONDARY, GST_TYPE_DVD_DEMUX);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue