On Tue, 2008-09-02 at 14:38 +0700, ext Ilia Smelykh wrote: > > Hello, i trying to build gstreamer and some it's plugins for embedded > mips system, i want to use gstreamer for reading mpeg4/pcm(audio) live > video stream form rtsp/rtp(udp) and writing it into file on flash > device, but i after building gstreamer-core and base,good plugins i > saw that it has really big size, it's critical for me. May be somebody > can tell me what plugins i only need for my task. Try with GST_DEBUG=GST_ELEMENT_FACTORY:3 while running your pipelines. That way you can find which elements you are really using and then investigate the plugins that you need, and only build those. -- Felipe Contreras