From 44958488835bfcde9730e567b2f0c83df09f419c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 24 Nov 2003 15:25:22 +0000 Subject: [PATCH] add a rank to allow autoplugging Original commit message from CVS: add a rank to allow autoplugging --- gst/asfdemux/gstasfdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c index d57a917e4d..fc8dd04734 100644 --- a/gst/asfdemux/gstasfdemux.c +++ b/gst/asfdemux/gstasfdemux.c @@ -1624,7 +1624,7 @@ plugin_init (GstPlugin *plugin) return FALSE; /* create an elementfactory for the asf_demux element */ - if (!gst_element_register (plugin, "asfdemux", GST_RANK_NONE, GST_TYPE_ASF_DEMUX)) + if (!gst_element_register (plugin, "asfdemux", GST_RANK_PRIMARY, GST_TYPE_ASF_DEMUX)) return FALSE; return TRUE;