projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d00d0
)
atdec: Change rank to MARGINAL until it can properly handle multichannel audio
author
Sebastian Dröge
<sebastian@centricular.com>
Fri, 11 Jul 2014 07:43:44 +0000
(09:43 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Fri, 11 Jul 2014 07:43:44 +0000
(09:43 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=727757
sys/applemedia/plugin.m
patch
|
blob
|
history
diff --git
a/sys/applemedia/plugin.m
b/sys/applemedia/plugin.m
index 1205f9ff8f97a83db18b731ced2fe8d499052695..e85f67a6aa7ca2b1b008cc09e02a6b1594648318 100644
(file)
--- a/
sys/applemedia/plugin.m
+++ b/
sys/applemedia/plugin.m
@@
-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);