[Bug 736314] omxaacdec has a huge memory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 16 22:57:27 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736314
  GStreamer | gst-omx | 1.2.4

--- Comment #6 from Jun Ji <jun.ji at lge.com> 2014-09-17 05:57:23 UTC ---
OK slomo. I'm still working hard on this issue, but if you give me some points
to look first I'll take a look at them. I have full gdb environment.

About the caps, the pipeline is filesrc ! aacparse ! omxaacdec ! fakesink and
the option -v shows me the below.

/GstPipeline:pipeline0/GstAacParse:aacparse0.GstPad:src: caps = audio/mpeg,
framed=(boolean)true, mpegversion=(int)4, rate=(int)44100, channels=(int)2,
stream-format=(string)adts

/GstPipeline:pipeline0/GstOMXAACDec-omxaacdec:omxaacdec-omxaacdec0.GstPad:sink:
caps = audio/mpeg, framed=(boolean)true, mpegversion=(int)4, rate=(int)44100,
channels=(int)2, stream-format=(string)adts

and the sample aac file's properties are

/ # gst-typefind-1.0 /test.aac 
/test.aac - audio/mpeg, framed=(boolean)false, mpegversion=(int)4,
stream-format=(string)adts, level=(string)2, base-profile=(string)lc,
profile=(string)lc, channels=(int)2, rate=(int)44100

Thus, it seems like there wouldn't be conversion??

-- 
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