<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
I'm writing a video player application that dynamically plays videos
based on user commands, looping each video and crossfading between
them. My pipeline is rather complex, please see the image <a
href="https://owncloud.isrv.pw/public.php?service=files&t=54bceac798e5501daa196dffc5a1a242&download">here</a>
for the details. In my Python code, I've inserted a probe after my
uridecodebin elements to catch EOS events, when an EOS event comes
through I post a message to the bus and drop the EOS. When the
message is received, the bus callback calls seek_simple() on the
message's source uridecodebin. However, the uridecodebin is never
seeks but instead hangs. Please see my example script <a
href="https://owncloud.isrv.pw/public.php?service=files&t=a10f944344286f87bb7583ecc8eede5c&download">here</a>,
which demonstrates the issue I'm having. How can I seek the
uridecodebin back to the start of the file?<br>
<br>
Thanks!<br>
Isaac Smith<br>
</body>
</html>