gstreamer-android Digest, Vol 55, Issue 1
김경욱
ryan.kim at pandora.tv
Tue Dec 1 23:51:39 PST 2015
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. I am still not able to play media files larger than 2 gig
Below is the edited source:
/* Disable this for releases if performance is important
* or increase the threshold to get more information */
gst_debug_set_active (TRUE);
gst_debug_set_threshold_from_string("2,filesrc:6", TRUE);
gst_debug_remove_log_function (gst_debug_log_default);
gst_debug_add_log_function ((GstLogFunction) gst_debug_logcat, NULL, NULL);
I have attached 2 logs:
“Working Playback Log” is a log from a video file that is less than 2 gigs.
“Not working Playback 2gigs” is a log from a video file larger than 2 gigs.
Thank you again for your quick replies and help.
Sincerely,
Ryan
-----Original Message-----
From: Sebastian Dröge [mailto:sebastian at centricular.com]
Sent: Wednesday, December 2, 2015 4:06 PM
To: Discussions about GStreamer on Android
Cc: kevin.ryu at pandora.tv <mailto:kevin.ryu at pandora.tv> ; 'Alex Kang'
Subject: Re: gstreamer-android Digest, Vol 55, Issue 1
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
김경욱 Ryan Kim
신규사업본부 미디어플랫폼팀 과장
<https://play.google.com/store/apps/details?id=com.PandoraTV> <https://itunes.apple.com/kr/app/pandoratv/id402122832?mt=8>
E-mail. <mailto:ryan.kim at pandora.tv> ryan.kim at pandora.tv
Mobile. 010-2582-9772
대표번호. 070-4484-7100
Fax. 031-776-7679, 031-776-7680
<http://www.pandora.tv/>
(주)판도라티비
463-400 경기도 성남시 분당구 대왕판교로 644번길 49 (삼평동) DTC타워 11층
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 1789 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0004.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 1497 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0005.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 1353 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0006.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 5655 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0007.jpg>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Working Playback Log.txt
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Not working Playback 2gigs.txt
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20151202/b5d53f48/attachment-0003.txt>
More information about the gstreamer-android
mailing list