<div dir="ltr">Good morning!<div><br></div><div>I'm integrating Gstreamer into my application for HLS and MP4 playback. At this point I'm trying to figure out how to configure the library to produce a minimally sized gstreamer_android.so. At this point my library's about 6.5MB.</div>
<div><br></div><div>So far I have things configured as:</div><div><br></div><div><div>CORE := coreelements audioconvert audiorate audioresample gio typefindfunctions videoconvert videorate videoscale autodetect videofilter playback</div>
<div>CODECS := audioparsers isomp4 fragmented videoparsersbad androidmedia mpegtsdemux deinterlace</div><div>NET := soup</div><div>GSTREAMER_PLUGINS         := $(CORE) $(CODECS) $(NET) $(GSTREAMER_PLUGINS_SYS)</div><div>G_IO_MODULES              := gnutls</div>
<div>GSTREAMER_EXTRA_DEPS      := gstreamer-video-1.0</div><div>include $(GSTREAMER_NDK_BUILD_PATH)/<a href="http://gstreamer-1.0.mk">gstreamer-1.0.mk</a></div></div><div><br></div><div>And I'm using the playbin support rather than constructing my own pipeline. Empirically I can remove some of these and still play, but when I look at what they do I'm afraid that in some situations they will be valuable to include.</div>
<div><br></div><div>Do any of these plugins look completely extraneous for playback support? Would hand-constructing a pipeline allow me to remove the playback and decodebin support, both of which are roughly 1MB a piece in static form? Am I chasing my tail trying to get the library much below 6.5MB?</div>
<div><br></div><div>Thank you very much.</div><div><br></div><div>Dave</div></div>