mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +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
3050dbb8fe
commit
a1ec326204
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