<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=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:57632186;
        mso-list-type:hybrid;
        mso-list-template-ids:2117869522 2062982834 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l0:level1
        {mso-level-start-at:0;
        mso-level-number-format:bullet;
        mso-level-text:-;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Calibri","sans-serif";
        mso-fareast-font-family:Calibri;}
@list l0:level2
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level3
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
@list l0:level4
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
@list l0:level5
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level6
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
@list l0:level7
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
@list l0:level8
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level9
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></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=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I am using gstreamer-0.10.32. I am trying to play audio file from my SD Card (2GB card). <o:p></o:p></p><p class=MsoNormal>While trying to play audio files (.mp3, .wma,…), I face a problem intermittently. <o:p></o:p></p><p class=MsoNormal>The media file playback cannot be started after few files playback I OK. The file if played again separately plays OK.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I put all checks to check if pipeline is built,  message bus is created, sink  is created, I found all OK (except that sink creation takes longer time). <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sequence I have followed in my code is: Create pipeline, get bus, set rui, change pipeline status to PAUSE, set rate using Send Seek event and then start playback.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I tried to put some printf statements in gstfilesrc.c (as attached) to check the behavior.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Surprisingly I found that when the trouble is observed there is strange behavior of read from media file. I am attaching the log also. Briefly part of log is as below:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_get_size> File size is % <o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 32 bytes at offset 0xad2271<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 32 bytes at offset 0xad2271<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_get_size> File size is % <o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 128 bytes at offset 0xad2211<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 128 bytes at offset 0xad2211<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x800<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x800<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1000<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1000<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1800<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1800<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x2000<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x2000<o:p></o:p></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x569148<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x569148<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x569948<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x569948<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x56a148<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x56a148<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x56a948<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x56a948<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x56b148<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x56b148<o:p></o:p></span></p><p class=MsoNormal><span style='color:#4F81BD'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:#4F81BD'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:#4F81BD'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:#4F81BD'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:#4F81BD'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xfc0<o:p></o:p></span></p><p class=MsoNormal><span style='color:#4F81BD'>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xfc0<o:p></o:p></span></p><p class=MsoNormal>[5/9 15:55:36.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1f80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1f80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x2f40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x2f40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x3f00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x3f00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x4ec0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x4ec0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x5e80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x5e80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x6e40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x6e40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x7e00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x7e00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x8dc0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x8dc0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x9d80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x9d80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xad40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xad40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xbd00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xbd00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xccc0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xccc0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xdc80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xdc80<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xec40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xec40<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xfc00<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xfc00<o:p></o:p></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.3][gstfilesrc] <gst_file_src_create_read> Reading 65541 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 65541 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1ffa<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1ffa<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x3ff4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x3ff4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x5fee<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x5fee<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x7fe8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x7fe8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x9fe2<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x9fe2<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xbfdc<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xbfdc<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.4][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xdfd6<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xdfd6<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xffd0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xffd0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x10fcd<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x10fcd<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x11fca<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x11fca<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x12fc7<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x12fc7<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x13fc4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x13fc4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x14fc1<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x14fc1<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x15fbe<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x15fbe<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x16fbb<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.5][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x16fbb<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x17fb8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x17fb8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x18fb5<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x18fb5<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xffd0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xffd0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x10fcd<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x10fcd<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x11fca<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x11fca<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x12fc7<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.6][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x12fc7<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x13fc4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x13fc4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x14fc1<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x14fc1<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x15fbe<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x15fbe<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.7][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x16fbb<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x16fbb<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x17fb8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x17fb8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x18fb5<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x18fb5<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x19fb2<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x19fb2<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1afaf<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1afaf<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1bfac<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1bfac<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1cfa9<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1cfa9<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1dfa6<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1dfa6<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1efa3<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1efa3<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x1ffa0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x1ffa0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_get_size> File size is % <o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 8 bytes at offset 0xad2289<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 8 bytes at offset 0xad2289<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_get_size> File size is % <o:p></o:p></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> Reading 32768 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.8][gstfilesrc] <gst_file_src_create_read> READ 32768 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0xffc0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0xffc0<o:p></o:p></span></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x10fbc<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x10fbc<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x11fb8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x11fb8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x12fb4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x12fb4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x13fb0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x13fb0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:36.9][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x14fac<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x14fac<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x15fa8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x15fa8<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x16fa4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x16fa4<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x17fa0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x17fa0<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> Reading 4096 bytes at offset 0x18f9c<o:p></o:p></p><p class=MsoNormal>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> READ 4096 bytes at offset 0x18f9c<o:p></o:p></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_stop> Closing file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_stop> Closed file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_start> Opening file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_open> READ OK, but retruned 0 length though more requested.<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_start> Opened file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_get_size> File size is % <o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_stop> Closing file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_stop> Closed file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_start> Opening file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_open> READ OK, but retruned 0 length though more requested.<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_start> Opened file /media/sda1/Audio/AAC_MPEG-4_LC_Stereo_96kHz_320_kbps.mp3<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_get_size> File size is % <o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> Reading 65536 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal><span style='color:red'>[5/9 15:55:37.1][gstfilesrc] <gst_file_src_create_read> READ 65536 bytes at offset 0x0<o:p></o:p></span></p><p class=MsoNormal>Playback starts.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I find it strange that <o:p></o:p></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>-<span style='font:7.0pt "Times New Roman"'>          </span></span><![endif]>Sometimes, the read again start from offset 0<o:p></o:p></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>-<span style='font:7.0pt "Times New Roman"'>          </span></span><![endif]>Sometimes the number of bytes read is <span style='color:red'>32768, </span>sometimes<span style='color:red'> 65541</span><o:p></o:p></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>-<span style='font:7.0pt "Times New Roman"'>          </span></span><![endif]>After sometime, the file is closed and then re-opened. But after re-opening data from file is not read, that is why playback hangs.<o:p></o:p></p><p class=MsoNormal>Any help what might be going wrong and where things might be going wrong.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Rgds, <o:p></o:p></p><p class=MsoNormal>Salim<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>