<div dir="ltr"><div>I would like some clarification on this also.<br></div><div><br></div>The last paragraph of the documentation for <a href="https://gstreamer.freedesktop.org/documentation/gst-editing-services/gestimeline.html?gi-language=c#ges_timeline_commit">ges_timeline_commit</a> says:<div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>Note that all the pending changes will automatically be executed <span style="background-color:rgb(255,255,0)">when the timeline goes from GST_STATE_READY to GST_STATE_PAUSED</span>, which is usually triggered by a corresponding state changes in a containing GESPipeline.<br></div></blockquote><br></div><div>Are you saying that I can modify a GESTimeline while the pipeline is playing, and then execute `ges_timeline_commit` without pausing playback, and all future points in time will be updated according to my modifications?</div><div><br></div><div>Perhaps only the bin inside NleComposition is transitioning from PLAYING to READY, then back to PLAYING?  (While the timeline itself always remains playing.)</div><div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 12, 2020 at 4:08 AM Thibault Saunier <<a href="mailto:tsaunier@gnome.org">tsaunier@gnome.org</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">Hello,<div dir="auto"><br></div><div dir="auto">This is not correct, you can commit the timeline in playing. What part of the doc makes you think it is not the case so we can enhance it?</div><div dir="auto"><br></div><div dir="auto">- Thibault</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 12, 2020, 05:55 Electron826 <<a href="mailto:electron826@gmail.com" target="_blank">electron826@gmail.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 dir="ltr"><div>Hello,</div><div>I'm using GStreamer Editing Services to create a <a href="https://youtu.be/-_ZgdSB_lGU" rel="noreferrer" target="_blank">Live Loops</a>-style application where the user can schedule the playback of clips on the fly (while the pipeline is playing). However from what I understand, updating the timeline using <a href="https://gstreamer.freedesktop.org/documentation/gst-editing-services/gestimeline.html#ges_timeline_commit" rel="noreferrer" target="_blank">ges_timeline_commit</a> is not possible without changing the state to PAUSED, which would disrupt playback. Is this the case? Is there any way I can get around this?</div><div>Thanks in advance!</div><div>Albert Tomanek<br></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" rel="noreferrer" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>