mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
dcaparse: Bump rank to primary+1
Seems to work fine with a reasonably wide range of media, so bumping rank.
This commit is contained in:
parent
e6a4b71b90
commit
4dda05ad66
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ plugin_init (GstPlugin * plugin)
|
|||
ret &= gst_element_register (plugin, "ac3parse",
|
||||
GST_RANK_PRIMARY + 1, GST_TYPE_AC3_PARSE);
|
||||
ret &= gst_element_register (plugin, "dcaparse",
|
||||
GST_RANK_NONE, GST_TYPE_DCA_PARSE);
|
||||
GST_RANK_PRIMARY + 1, GST_TYPE_DCA_PARSE);
|
||||
ret &= gst_element_register (plugin, "flacparse",
|
||||
GST_RANK_PRIMARY + 1, GST_TYPE_FLAC_PARSE);
|
||||
ret &= gst_element_register (plugin, "mpegaudioparse",
|
||||
|
|
Loading…
Reference in a new issue