<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:굴림;
        panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"맑은 고딕";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"\@맑은 고딕";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:"\@굴림";
        panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        text-autospace:none;
        word-break:break-hangul;
        font-size:10.0pt;
        font-family:"맑은 고딕";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"글자만 Char";
        margin:0cm;
        margin-bottom:.0001pt;
        text-autospace:none;
        word-break:break-hangul;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"맑은 고딕";
        color:windowtext;}
span.Char
        {mso-style-name:"글자만 Char";
        mso-style-priority:99;
        mso-style-link:글자만;
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"맑은 고딕";}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=KO link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Dear Sebastian<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Thank you for your reply.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>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<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Below is the edited source:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal align=left style='text-align:left;word-break:keep-all'><span lang=EN-US style='font-family:Consolas'>/* Disable this for releases if performance is important<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;word-break:keep-all'><span lang=EN-US style='font-family:Consolas'>   * or increase the threshold to get more information */<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;word-break:keep-all'><span lang=EN-US style='font-family:Consolas'>  gst_debug_set_active (TRUE);<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;word-break:keep-all'><span lang=EN-US style='font-family:Consolas'>  gst_debug_set_threshold_from_string("2,filesrc:6", TRUE);<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;word-break:keep-all'><span lang=EN-US style='font-family:Consolas'>  gst_debug_remove_log_function (gst_debug_log_default);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-family:Consolas'>  gst_debug_add_log_function ((GstLogFunction) gst_debug_logcat, NULL, NULL);</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I have attached 2 logs: <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>“Working Playback Log” is a log from a video file that is less than 2 gigs.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>“Not working Playback 2gigs” is a log from a video file larger than 2 gigs.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Thank you again for your quick replies and help.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Sincerely,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Ryan<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoPlainText><span lang=EN-US>-----Original Message-----<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>From: Sebastian Dröge [<a href="mailto:sebastian@centricular.com">mailto:sebastian@centricular.com</a>]<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>Sent: Wednesday, December 2, 2015 4:06 PM<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>To: Discussions about GStreamer on Android<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>Cc: <a href="mailto:kevin.ryu@pandora.tv">kevin.ryu@pandora.tv</a>; 'Alex Kang'<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>Subject: Re: gstreamer-android Digest, Vol 55, Issue 1<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p> </o:p></span></p><p class=MsoPlainText><span lang=EN-US>On Mi, 2015-12-02 at 14:10 +0900, </span><span style='font-family:굴림'>김경욱</span><span lang=EN-US> wrote:<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> Dear Sebastian,<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> Thank you for your reply.<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> Below is how I checked the category.<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> GST_DEBUG_CATEGORY_STATIC( filesrc );<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> #define GST_CAT_DEFAULT filesrc<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> GST_DEBUG_CATEGORY_INIT( filesrc, "XMF_GST", 0, "2,filesrc:6" ); <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> gst_debug_set_threshold_for_name( "XMF_GST", GST_LEVEL_DEBUG );<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> If this is correct, please check the attached android logcat log. <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> <o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>> Looking forward to your reply.<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p> </o:p></span></p><p class=MsoPlainText><span lang=EN-US>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<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>gst_debug_set_default_threshold() and replace that with<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>  gst_debug_set_threshold_from_string("2,filesrc:6", TRUE); Then rebuild your application. Now you should get more output :)<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US><o:p> </o:p></span></p><p class=MsoPlainText><span lang=EN-US>--<o:p></o:p></span></p><p class=MsoPlainText><span lang=EN-US>Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com">http://www.centricular.com</a><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal align=left style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-align:left;text-autospace:ideograph-other;word-break:keep-all'><b><span style='font-size:12.0pt;color:#262626'>김경욱 </span></b><span lang=EN-US style='font-size:9.0pt;color:#262626'>Ryan Kim</span><span lang=EN-US style='font-size:12.0pt;color:#262626'><br></span><span style='font-size:9.0pt;color:#959595'>신규사업본부 미디어플랫폼팀 과장</span><span lang=EN-US style='font-size:12.0pt;color:#262626'><o:p></o:p></span></p><p class=MsoNormal align=left style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-align:left;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-size:12.0pt;color:#262626'><img border=0 width=45 height=50 id="그림_x0020_1" src="cid:image001.jpg@01D12D1F.51782740" alt="http://imgcdn.pandora.tv/mail_sign/icon_ptv.jpg"></span><span lang=EN-US><a href="https://play.google.com/store/apps/details?id=com.PandoraTV"><span style='font-size:12.0pt;color:blue;text-decoration:none'><img border=0 width=90 height=60 id="그림_x0020_2" src="cid:image002.jpg@01D12D1F.51782740" alt="http://imgcdn.pandora.tv/mail_sign/down_android.jpg"></span></a><a href="https://itunes.apple.com/kr/app/pandoratv/id402122832?mt=8"><span style='font-size:12.0pt;color:blue;text-decoration:none'><img border=0 width=90 height=60 id="그림_x0020_3" src="cid:image003.jpg@01D12D1F.51782740" alt="http://imgcdn.pandora.tv/mail_sign/down_ios.jpg"></span></a></span><span lang=EN-US style='font-size:12.0pt;color:#262626'><o:p></o:p></span></p><p class=MsoNormal align=left style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-align:left;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-size:9.0pt;color:#959595'>E-mail. </span><span lang=EN-US style='font-size:9.0pt;color:#262626'><a href="mailto:ryan.kim@pandora.tv"><span style='color:blue'>ryan.kim@pandora.tv</span></a></span><span lang=EN-US style='font-size:12.0pt;color:#262626'><br></span><span lang=EN-US style='font-size:9.0pt;color:#959595'>Mobile. </span><span lang=EN-US style='font-size:9.0pt;color:#262626'>010-2582-9772</span><span lang=EN-US style='font-size:12.0pt;color:#262626'><br></span><span style='font-size:9.0pt;color:#959595'>대표번호<span lang=EN-US>. </span></span><span lang=EN-US style='font-size:9.0pt;color:#262626'>070-4484-7100</span><span lang=EN-US style='font-size:12.0pt;color:#262626'><br></span><span lang=EN-US style='font-size:9.0pt;color:#959595'>Fax. </span><span lang=EN-US style='font-size:9.0pt;color:#262626'>031-776-7679, 031-776-7680</span><span lang=EN-US style='font-size:12.0pt;color:#262626'> <o:p></o:p></span></p><p class=MsoNormal align=left style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-align:left;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US><a href="http://www.pandora.tv/"><span style='font-size:12.0pt;color:blue;text-decoration:none'><img border=0 width=160 height=45 id="그림_x0020_4" src="cid:image004.jpg@01D12D1F.51782740" alt="http://imgcdn.pandora.tv/mail_sign/logo_ptv.jpg"></span></a></span><span lang=EN-US style='font-size:12.0pt;color:#262626'><br></span><b><span lang=EN-US style='font-size:10.5pt;color:#262626'>(</span></b><b><span style='font-size:10.5pt;color:#262626'>주<span lang=EN-US>)</span>판도라티비</span></b><span lang=EN-US style='font-size:12.0pt;color:#262626'><br></span><span lang=EN-US style='font-size:9.0pt;color:#959595'>463-400 </span><span style='font-size:9.0pt;color:#959595'>경기도 성남시 분당구 대왕판교로<span lang=EN-US> 644</span>번길<span lang=EN-US> 49 (</span>삼평동<span lang=EN-US>) DTC</span>타워<span lang=EN-US> 11</span>층</span><span lang=EN-US><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p></div></body></html>