How to show GST_DEBUG messages on Android ?
cee1
fykcee1 at gmail.com
Wed Apr 3 02:29:49 PDT 2013
2013/3/31 <stic at free.fr>:
> Hello,
>
> I'm trying to display debug log messages with gstreamer in Android project. I am using debug release of gstreamer, set GST_DEBUG environment variable, but I am not able to see debug message.
> Please can anyone provide me information about this ?
Adds the following in JNI_OnLoad:
setenv("GST_DEBUG", "*:5", 1);
setenv("GST_DEBUG_NO_COLOR", "1", 1);
--
Regards,
- cee1
More information about the gstreamer-android
mailing list