<div>
                    Hi Tim,
                </div><div><span class="Apple-tab-span" style="white-space:pre">  </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>Thanks for your finger out :)</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>I have set the 'qos' to 'false' in my solution also,</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>i need to be familiar with gstreamer project much more.</div>
                <div><div><br></div><div>Thanks,</div><div><br></div><div>- Jojo</div><div><br></div></div>
                 
                <p style="color: #A0A0A8;">在 2014年1月22日星期三,下午8:40,Tim Müller 写道:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>On Wed, 2014-01-22 at 10:01 +0800, jojo wrote:</div><div><br></div><div>Hi,</div><div><br></div><blockquote type="cite"><div><div>From the source code of gstbasesink.c, the default value</div><div>of 'max-lateness' is -1 (-1 unlimited)</div><div>and 'qos' property is 'false' also,</div><div>but the feature 'qos' is enable by default in my case,</div></div></blockquote><div><br></div><div>Yes, those are the defaults from GstBaseSink, but GstVideoSink (which</div><div>derives from GstBaseSink) sets different defaults.</div><div><br></div><blockquote type="cite"><div>i want to disable this feature, how could i do ?</div></blockquote><div><br></div><div>g_object_set (videosink, "max-lateness", (gint64) -1, NULL);</div><div>g_object_set (videosink, "qos", FALSE, NULL);</div><div><br></div><div>Setting the min-latency on the source to 0 is not going to have much</div><div>effect btw (which you mentioned in a previous mail IIRC). The point is</div><div>to configure a latency that's > 0.</div><div><br></div><div>Cheers</div><div> -Tim</div><div><br></div><div>-- </div><div>Tim Müller, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a></div><div><br></div><div>_______________________________________________</div><div>gstreamer-android mailing list</div><div><a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a></div><div><a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>