GStreamer Daemon - Seek: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:


A new Seek event is sent to a pipeline using the command shown below. The EOS event takes no argument.
A new Seek event is sent to a pipeline using the command shown below. The EOS event takes no argument.
 
      <b>event_seek <i>pipeline</i> <i>rate&#61;1.0</i> <i>format&#61;3</i> <i>flags&#61;1</i> <i>start-type&#61;1</i> <i>start&#61;0</i> <i>end-type&#61;1</i> <i>end&#61;-1</i> </b>
  <b>event_seek <i>pipeline</i> <i>rate=1.0</i> <i>format=3</i> <i>flags=1</i> <i>start-type</i> <i>start=0</i> <i>end-type=1</i> <i>end=-1</i> </b>
 
       Creates a new Seek event and sends it to <i>pipeline</i>.
       Creates a new Seek event and sends it to <i>pipeline</i>.