<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 29, 2019 at 8:00 PM Nicolas Dufresne <<a href="mailto:nicolas@ndufresne.ca">nicolas@ndufresne.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 29 juill. 2019 19 h 56, pisymbol . <<a href="mailto:pisymbol@gmail.com" target="_blank">pisymbol@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 29, 2019 at 5:51 PM Mathieu Duponchelle <<a href="mailto:mathieu@centricular.com" rel="noreferrer" target="_blank">mathieu@centricular.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    I've never seen that, but a test case would probably be helpful :)
    </div></blockquote><div><br></div><div>Not sure what exactly to share:</div><div><br></div><div>Here is the gist of the code:</div><div><br></div><div>class GstPlayerWdiget(Gtk.Box):</div><div>....<br></div><div>       self.play_pipeline = Gst.Pipeline()<br>       factory = self.play_pipeline.get_factory()<br>       gtksink = Gst.ElementFactory.make('gtksink', None)<br>       gtksink.set_property("sync", False)</div><div></div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">By disabling the sync, you ask GStreamer to play all frames, even when real-time isn't possible due to cpu limitation. So slow motion on this entirely software pipeline is what you have asked GStreamer.</div><div dir="auto"><br></div><div dir="auto">If you have multiple cores, consider configuring videoconvert to use more then one thread, or add queues at well chosen places (e.g. between decoder and converter).</div></div></blockquote><div><br></div><div>Nicholas, pardon my ignorance, but how does configuring videoconvert use more than one thread?</div><div><br></div><div>-aps<br></div></div></div>