GNOME Bugzilla – Bug 650462
gstomx_aacdec don't set params to omx in port components
Last modified: 2011-10-29 15:33:53 UTC
Created attachment 188019 [details] [review] patch for omx/gstomx_aacdec.c aacparse or qtdemux will parse out aac channels and sample rate and stream type, but gstomx_aacdec don't set them to omx aacdec commponent, which will cause some implementation(like bellagio) fault. Although maybe it's redundant, I think it is necessary.
You should also add these fields to the sinkpad template caps then
(In reply to comment #0) > Created an attachment (id=188019) [details] [review] > patch for omx/gstomx_aacdec.c Looks fine to me. But I agree with the comment from slomo.
(In reply to comment #1) > You should also add these fields to the sinkpad template caps then Do you mean caps in omx/gstomx.conf.in? They are already there except stream-type.
(In reply to comment #3) > (In reply to comment #1) > > You should also add these fields to the sinkpad template caps then > > Do you mean caps in omx/gstomx.conf.in? They are already there except > stream-type. Yes, stream-type should be there.
Created attachment 188199 [details] [review] new patch
Review of attachment 188199 [details] [review]: This looks like two patches in one: it's also adding "framed=true". I have split the patch into two and committed. Thanks.
Marking as fixed.