gstreamer-android Digest, Vol 55, Issue 1

Sebastian Dröge sebastian at centricular.com
Tue Dec 1 23:05:56 PST 2015


On Mi, 2015-12-02 at 14:10 +0900, 김경욱 wrote:
> Dear Sebastian,
> 
> Thank you for your reply.
> 
> Below is how I checked the category.
> 
> GST_DEBUG_CATEGORY_STATIC( filesrc );
> #define GST_CAT_DEFAULT filesrc
> 
> GST_DEBUG_CATEGORY_INIT( filesrc, "XMF_GST", 0, "2,filesrc:6" );
> gst_debug_set_threshold_for_name( "XMF_GST", GST_LEVEL_DEBUG );
> 
> If this is correct, please check the attached android logcat log. 
> 
> Looking forward to your reply.

In your GStreamer installation for Android, you will find a file called
gstreamer_android-1.0.c.in. Edit that file where it currently calls
gst_debug_set_default_threshold() and replace that with
  gst_debug_set_threshold_from_string("2,filesrc:6", TRUE);
Then rebuild your application. Now you should get more output :)

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/84ffb492/attachment.sig>


More information about the gstreamer-android mailing list