gstreamer-android Digest, Vol 55, Issue 1
김경욱
ryan.kim at pandora.tv
Wed Dec 2 00:16:19 PST 2015
Dear Sebastian
Thank you for your reply.
I use the "debug" binaries and gstreamer-1.0-android-arm-1.6.1.
After reduilding the app, it changed to gstreamer_android.c.
Same results below:
gstreamer_android-1.0.c -> gst_debug_set_threshold_from_string("2,filesrc:6", TRUE).
gstreamer_android.c -> gst_debug_set_threshold_from_string("2,filesrc:6", TRUE).
Any other ideas?
Thanks,
Ryan
-----Original Message-----
From: Sebastian Dröge [mailto:sebastian at centricular.com]
Sent: Wednesday, December 02, 2015 5:04 PM
To: 김경욱 <ryan.kim at pandora.tv>
Cc: 'Alex Kang' <alex.kang at Pandora.tv>; kevin.ryu at pandora.tv; gstreamer-android at lists.freedesktop.org
Subject: Re: gstreamer-android Digest, Vol 55, Issue 1
On Mi, 2015-12-02 at 16:51 +0900, 김경욱 wrote:
> Dear Sebastian
>
> Thank you for your reply.
>
> I found the file: gstreamer_android-1.0.c.in. I replaced the call:
> gst_debug_set_default_threshold() with what you recommended:
> gst_debug_set_threshold_from_string("2,filesrc:6", TRUE). However, I
> am still getting the same output.
Did you use the "nodebug" binaries from
http://gstreamer.freedesktop.org/data/pkg/android/1.6.1/
or the normal ones? Did you rebuild your application after modifying that file?
Afterwards you should have a gstreamer_android-1.0.c or gstreamer_android.c (without the .in) in your application build directory somewhere and it should contain the same changes.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
More information about the gstreamer-android
mailing list