mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
atdec: Change rank to MARGINAL until it can properly handle multichannel audio
https://bugzilla.gnome.org/show_bug.cgi?id=727757
This commit is contained in:
parent
92d00d0233
commit
2b63783c94
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
res &= gst_element_register (plugin, "vth264encbin", GST_RANK_NONE,
|
res &= gst_element_register (plugin, "vth264encbin", GST_RANK_NONE,
|
||||||
GST_TYPE_VT_H264_ENC_BIN);
|
GST_TYPE_VT_H264_ENC_BIN);
|
||||||
#endif
|
#endif
|
||||||
res &= gst_element_register (plugin, "atdec", GST_RANK_PRIMARY, GST_TYPE_ATDEC);
|
res &= gst_element_register (plugin, "atdec", GST_RANK_MARGINAL, GST_TYPE_ATDEC);
|
||||||
|
|
||||||
#ifdef HAVE_VIDEOTOOLBOX
|
#ifdef HAVE_VIDEOTOOLBOX
|
||||||
res &= gst_element_register (plugin, "vtdec", GST_RANK_PRIMARY, GST_TYPE_VTDEC);
|
res &= gst_element_register (plugin, "vtdec", GST_RANK_PRIMARY, GST_TYPE_VTDEC);
|
||||||
|
|
Loading…
Reference in a new issue