Re: [yocto] Squeezing a gstreamer video pipeline into the smallest footprint possible

2014-04-09 Thread Burton, Ross
On 9 April 2014 00:03, Patrick Doyle wpds...@gmail.com wrote: I have a ridiculously pinhole sized memory footprint into which I would like to squeeze a gstreamer based video pipeline. I am looking for tips on what I can do to minimize the footprint as much as possible for my Yocto based

Re: [yocto] Squeezing a gstreamer video pipeline into the smallest footprint possible

2014-04-09 Thread Patrick Doyle
Thank you for the tips folks... please keep them coming. At the moment (for this pinhole sized project) I only need support for video. Is there any way to strip out all of the audio components from the gstreamer I generate? I tried adding --disable-vorbis to my recipe, only to find that

Re: [yocto] Squeezing a gstreamer video pipeline into the smallest footprint possible

2014-04-09 Thread Edward Hervey
Hi, Disabling the GStreamer debugging system can also help trim off a decent amount from the packages. Edward On Wed, 2014-04-09 at 07:13 -0400, Patrick Doyle wrote: Thank you for the tips folks... please keep them coming. At the moment (for this pinhole sized project) I only need

[yocto] Squeezing a gstreamer video pipeline into the smallest footprint possible

2014-04-08 Thread Patrick Doyle
I have a ridiculously pinhole sized memory footprint into which I would like to squeeze a gstreamer based video pipeline. I am looking for tips on what I can do to minimize the footprint as much as possible for my Yocto based system. Looking at the rootfs, I see that libgstaudio is included.