From 6bd2b6cc59d3d37cbd5af2d43e673e34efc0140a Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Tue, 15 Nov 2005 08:37:00 +0000 Subject: [PATCH] set rank to secondary until it works 100% Original commit message from CVS: set rank to secondary until it works 100% --- gst/mpegstream/gstdvddemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/mpegstream/gstdvddemux.c b/gst/mpegstream/gstdvddemux.c index 9c2ee8f50e..90071f90f0 100644 --- a/gst/mpegstream/gstdvddemux.c +++ b/gst/mpegstream/gstdvddemux.c @@ -1335,5 +1335,5 @@ gboolean gst_dvd_demux_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "dvddemux", - GST_RANK_PRIMARY, GST_TYPE_DVD_DEMUX); + GST_RANK_SECONDARY, GST_TYPE_DVD_DEMUX); }