Hi all,<br>
<br>
I&#39;m trying to learn GNonLin and I&#39;m facing a following problem. First, I<br>
build a pipeline which consists (at first) of only one video within a GnlFileSource. Thereafter, I would like to playback my pipeline from the beginning to the end. I know that I have to set the &quot;duration&quot; property to correct value in order to do that. Unfortunately, I only know how to use fixed values for duration.  If the &quot;duration&quot; is smaller than the original video length the playback will stop too early, if the value is larger I&#39;m able to play the entire video. However, I would also like to display how much time is left while playing the video. If I now query the duration of my pipeline I will get the same arbitrary large number that I set as the &quot;duration&quot; previously, which is not the actual duration of the video. So the question is: How do I set the &quot;duration&quot; property dynamically to the duration of my video? Or how should I handle situation like this?<br>

<br>
Thank you for your help!