tsdemux: whoops, tsdemux isn't ready yet for primary rank :)

This commit is contained in:
Edward Hervey 2011-07-16 13:51:44 +02:00
parent a00900367a
commit f6f885ddb8

View file

@ -2411,5 +2411,5 @@ gst_ts_demux_plugin_init (GstPlugin * plugin)
"MPEG transport stream demuxer");
return gst_element_register (plugin, "tsdemux",
GST_RANK_PRIMARY + 42, GST_TYPE_TS_DEMUX);
GST_RANK_SECONDARY, GST_TYPE_TS_DEMUX);
}