<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<code>Hi</code></pre><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></pre><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<code>In line 1080 of gstbaseparse.c from  </code><a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/audioparsers/gstbaseparse.c">http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/audioparsers/gstbaseparse.c</a> :</pre>
<pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></pre><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
parse-&gt;pending_segment = gst_event_new_new_segment (FALSE, parse-&gt;segment.rate,</pre><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<code>        parse-&gt;segment.format, last_start, -1, last_start);</code></pre><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<code><br></code></pre><pre style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><code>I think the &#39;update&#39; parameter &#39;of gst_event_new_new_segment&#39; should be TRUE because we are in the case where there was an existing pending_segment.
<p style=" margin-top:0px; margin-bottom:0px; margin-left:3px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If I&#39;m wrong, could someone explain me ?</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:3px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<br></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:3px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Regards</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:3px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
Julien</p></code></pre></span>