mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
asfmux: Raise rank to PRIMARY
This commit is contained in:
parent
7f29a0ef11
commit
3d2cc4c82e
1 changed files with 1 additions and 1 deletions
|
@ -2301,5 +2301,5 @@ gboolean
|
|||
gst_asf_mux_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "asfmux",
|
||||
GST_RANK_NONE, GST_TYPE_ASF_MUX);
|
||||
GST_RANK_PRIMARY, GST_TYPE_ASF_MUX);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue