<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
First of all: Keep up the good work! I've successfully compiled
gstreamer for android (Samsung Galaxy SII with Gingerbread (2.3.3).<br>
<br>
I have some additions for anyone else that stumbles upon my post:<br>
- Only use the r6b version of the NDK (download:
<a class="moz-txt-link-freetext" href="http://dl.google.com/android/ndk/android-ndk-r6b-linux-x86.tar.bz2">http://dl.google.com/android/ndk/android-ndk-r6b-linux-x86.tar.bz2</a>).
I've been trying to use the r7c version, but compiling fails on
FAAD.<br>
- Only pull
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
shared libraries from a phone. I've tried it using the emulator, but
linking fails against those files.<br>
- For ubuntu: make sure you've installed the build-essential, flex
and bison<br>
<br>
That where my two cents, now for my problem. <br>
As I have said, I successfully compiles gstreamer for android.
Unfortunately only sound is working with the demo video on a default
SII (mp4 file with h264 encoding), video playback fails. <br>
After looking at logcat, I found that gstreamer can't a suitable
x264 decoder (which is installed in
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
/data/data/com.android.freedesktop.gstreamer/lib as done by the
install_to_device.sh).<br>
<br>
I hope you can help me resolve my problem.<br>
<br>
Patrick<br>
</body>
</html>