<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 12/19/2011 11:58 AM, Paolo Micanti wrote:
    <blockquote
cite="mid:!&amp;!AAAAAAAAAAAYAAAAAAAAAA85+Bo9%2FdRBkTvmP5eLlGjCgAAAEAAAAM4Cqgo5nq1MhX9GoewEJ3oBAAAAAA==@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@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:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
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;}
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";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 2.0cm 2.0cm 2.0cm;}
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]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">Hi all,<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">I&#8217;m using the gstreamer
            api to play some videos on an embedded system. The playback
            is fine, but I get a strange problem when trying to get the
            duration and position of the playback. In particular, I
            regularly call a function that reads the total duration and
            position of the playback, using the lines below<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">len = 0;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">pos = 0;<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">gst_element_query_duration(pipeline,&amp;fmt,&amp;len);<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">gst_element_query_position
            (pipeline, &amp;fmt, &amp;pos);<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">My problem is that when
            the playback is finished, the position is greater than the
            total duration, for example:<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">0:00:46.007844442 /
            0:00:45.680000000<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">This happens only with
            some kind of videos, in particular with mpeg 1 and mpeg 2,
            while using h.254/mpeg 4 it seems to work fine. Is this some
            kind of bug, or am I missing something?</span></p>
      </div>
    </blockquote>
    Sounds like a bug. Please file a bug to bugzilla.gnome.org, ideally
    link to sample video where it happens.<br>
    <br>
    Stefan<br>
    <br>
    <blockquote
cite="mid:!&amp;!AAAAAAAAAAAYAAAAAAAAAA85+Bo9%2FdRBkTvmP5eLlGjCgAAAEAAAAM4Cqgo5nq1MhX9GoewEJ3oBAAAAAA==@gmail.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US"><o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Thanks<o:p></o:p></span></p>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>