<div dir="ltr"><div><div><div><div><br></div>I have updated my gstreamer-sdk-android-arm-release-2012.11/share/gst-android/ndk-build/<a href="http://gstreamer.mk/" target="_blank">gstreamer.mk</a> adding -lz -lbz2 -Wl,--allow-multiple-definition to the link command<br>
<br></div>Now I can link with ffmpeg plugin in Android.mk file and it buils successfully . But when I try to play a HD video it does not display correctly . <br></div>So I tried to modify my libgstffmpegcolorspace.a from  <a href="https://bugs.freedesktop.org/show_bug.cgi?id=59485">https://bugs.freedesktop.org/show_bug.cgi?id=59485</a>  , but when i build project i got this error message in eclipse<br>
<br>collect2: ld terminated with signal 6 [Aborted]<br>terminate called after throwing an instance of 'std::length_error'<br>  what():  basic_string::assign<br>make: *** [buildsharedlibrary] Error 1 <br><br></div>
please help !<br></div>