Hi,
To use gstreamer in android's java side, you need following things:- audio
sink element to render audio to android's audio flinger (I have complete
that. Find more info from http://groups.google.com/group/prajnashi/web)
- video sink element to render video to android's surface flinger
- integra
Hi,
On Wed, 2009-03-18 at 16:09 +0530, Chaitanya K H wrote:
> Hi all,
>
> I managed to play video using gstreamer in android emulator using
> gst-launch from adb shell.
> I used fbdevsink which uses framebuffer directly so the video came on
> top of android ui.
>
> I want to write a gstreamer
Hi all,
I managed to play video using gstreamer in android emulator using gst-launch
from adb shell.
I used fbdevsink which uses framebuffer directly so the video came on top of
android ui.
I want to write a gstreamer sink plugin which makes use of android framework
so that gstreamer can be calle