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
@ -87,7 +87,7 @@ plugin_init (GstPlugin * plugin)
|
||||
res &= gst_element_register (plugin, "vth264encbin", GST_RANK_NONE,
|
||||
GST_TYPE_VT_H264_ENC_BIN);
|
||||
#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
|
||||
res &= gst_element_register (plugin, "vtdec", GST_RANK_PRIMARY, GST_TYPE_VTDEC);
|
||||
|
Loading…
x
Reference in New Issue
Block a user