GStreamer Daemon - Seek: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6: Line 6:
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&#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>
 
        Creates a new Seek event and sends it to <i>pipeline</i>.
      Creates a new Seek event and sends it to <i>pipeline</i>.


For example:
For example: