Jump to content

GStreamer Daemon - Seek: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 50: Line 50:
== API Summary ==
== API Summary ==


{{
<html>
{{{!}} class="wikitable"
<center>
{{!}}-
<table class="wikitable">
! High Level Command !! Low Level CRUD !! Description
  <tr>
{{!}}-
    <th>High Level Command</th>
{{!}} pipeline_create name description {{!}}{{!}} create /pipelines name description {{!}}{{!}} Creates a new pipeline named after name using the description gst-launch syntax.
    <th>Low Level CRUD</th>
{{!}}-
    <th>Description</th>
{{!}} pipeline_play name {{!}}{{!}} update /pipelines/name/state playing {{!}}{{!}} Puts the pipeline named name in the PLAYING state.
  </tr>
{{!}}-
  <tr>
{{!}} event_seek <pipe> <rate=1.0> <format=3> <flags=1> <start-type=1> <start=0> <end-type=1> <end=-1> {{!}}{{!}} create /pipelines/<name>/event_seek <rate=1.0> <format=3> <flags=1> <start-type=1> <start=0> <end-type=1> <end=-1> {{!}}{{!}} Sends a seek event to an element.
    <td>event_seek pipe rate=1.0 format=3 flags=1 start-type=1 start=0 end-type=1 end=-1 </td>
{{!}}}
    <td>create /pipelines/name/event_seek rate=1.0 format=3 flags=1 start-type=1 start=0 end-type=1 end=-1 </td>
}}
    <td>Sends a seek event to an element </td>
}}
  </tr>
 
</tr>
 
</tr>
</table>
</center>
</html>


}}
}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.