mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
ffdec: Revert accidentially committed rank change of the (E)AC3/DTS decoders
This commit is contained in:
parent
6931afe0ba
commit
ad53e32665
1 changed files with 1 additions and 1 deletions
|
@ -3179,7 +3179,7 @@ gst_ffmpegdec_register (GstPlugin * plugin)
|
|||
case CODEC_ID_EAC3:
|
||||
case CODEC_ID_AC3:
|
||||
case CODEC_ID_DTS:
|
||||
rank = GST_RANK_PRIMARY;
|
||||
rank = GST_RANK_NONE;
|
||||
break;
|
||||
default:
|
||||
rank = GST_RANK_MARGINAL;
|
||||
|
|
Loading…
Reference in a new issue