GStreamer for Android

Stefan Sauer ensonic at hora-obscura.de
Sat May 14 18:51:56 UTC 2016


On 05/13/2016 02:57 AM, prerak_patel wrote:
> I am working on android studio. I want to convert .mp4 data in to .yuv420
> formate for processing.
> How can i do that with the help of GStreamer ?
You can use decodebin (or uridecodebin) to decode any supported input.
When decodebin emits "pad-added" you can add a videoconvert element and
a capsfilter when the new pad is the video data to ensure you get the
desired format.

STefan
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-for-Android-tp4677525.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list