How to show GST_DEBUG messages on Android ?

stic at free.fr stic at free.fr
Wed Apr 3 12:34:18 PDT 2013


ok it works thank you !

----- Mail original -----
De: "cee1" <fykcee1 at gmail.com>
À: "Discussions about GStreamer on Android" <gstreamer-android at lists.freedesktop.org>
Envoyé: Mercredi 3 Avril 2013 11:29:49
Objet: Re: How to show GST_DEBUG messages on Android ?

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
_______________________________________________
gstreamer-android mailing list
gstreamer-android at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-android


More information about the gstreamer-android mailing list