[Bug 732939] wavenc doesn't create a proper header for data from omxaacdec
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jul 13 02:22:05 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732939
GStreamer | gst-omx | 1.2.4
--- Comment #36 from Jun Ji <jun.ji at lge.com> 2014-07-13 09:21:58 UTC ---
it's about the decoder :) and you're right. it was my mistake that was confused
between gstomxaudioenc.c and gstomxaudiodec.c
I see. Decoder only gets OMX_IndexParamAudioPcm..
if start again from the beginnig,, what's happening on msm8926 is that
1. set OMX_IndexParamAudioAac with attributes of the input wav file, for now,
rate 22050 and ch #6.
2. regardless of the values, OMX_IndexParamAudioPcm return 44100 and 2
3. after reconfiguration of the OUTPORT, OMX_IndexParamAudioAac (inport)
forgets the initially set value but gives back 44100 and 2.
Omx_IndexParamAudioPcm also shows 44100 and 2 as it does from the beginning.
My question, if it normally works, what should be the rate and channels of
OMX_IndexParamAudioPcm when the device sets OMX_IndexParamAudioAac with rate
22050 and ch #6 as the current test does??
On my second thought, possibly nothing goes wrong but just I'm misunderstanding
things..
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list