mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 12:55:53 +00:00
Add ranking to divx/xvid plugins
Original commit message from CVS: Add ranking to divx/xvid plugins
This commit is contained in:
parent
aac0adf393
commit
704d768f32
2 changed files with 4 additions and 0 deletions
|
@ -433,6 +433,8 @@ plugin_init (GModule *module,
|
||||||
|
|
||||||
gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));
|
gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));
|
||||||
|
|
||||||
|
gst_element_factory_set_rank(factory, GST_ELEMENT_RANK_PRIMARY);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -362,5 +362,7 @@ gst_xviddec_plugin_init (GModule *module,
|
||||||
|
|
||||||
gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));
|
gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));
|
||||||
|
|
||||||
|
gst_element_factory_set_rank(factory, GST_ELEMENT_RANK_PRIMARY);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue