Hi all,<br><br>Hope all are doing great. <br><br>I am trying to build a player using GStreamer for Android (gstreamer_ndk_bundle 0.10.35) and gst-ffmpeg plugin. Below given are the links from where I have downloaded the sources:<br>
<br>gstreamer_ndk_bundle: <a href="http://cgit.collabora.com/git/android/gstreamer-0.10_ndk_bundle.git/">http://cgit.collabora.com/git/android/gstreamer-0.10_ndk_bundle.git/</a><br><br>gst-ffmpeg-plugin: <a href="http://cgit.collabora.com/git/user/edward/android/gst-ffmpeg.git/">http://cgit.collabora.com/git/user/edward/android/gst-ffmpeg.git/</a><br>
<br><br>I have successfully integrated the latest ffmpeg in this gst-ffmpeg-plugin (as it contained a 0.5 version of ffmpeg which is very outdated).<br><br>Now, I am running into problems when trying to enable multi threading in ffmpeg decoding. I have added following lines in gst-ffmpeg-plugin/ext/ffmpeg/gstffmpegdec.c <br>
in function gst_ffmpegdec_setcaps. I have added:<br><br><br>  ffmpegdec->context->thread_count = 2;<br>  ffmpegdec->context->thread_type = FF_THREAD_SLICE;<br><br>I have tested the build on various devices with same result. I have tested it on devices having dual core and quad core.<br>
<br>Please help me resolve this issue.<br><br>Thanks :)<br clear="all"><br>-- <br><br>--------------------------------------<br>Vikas<br>Bachelor of Engineering<br>Computer Science and Engineering<br><a href="http://www.vikaspec.co.cc" target="_blank"></a><br>