GStreamer Daemon - Seek: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 63: Line 63:
}}
}}
}}
}}
==== Summary ====
{| class="wikitable" style="text-align: center;" border="1"
|-
| High Level Command
| Low Level CRUD
| Description
|-
| pipeline_create name description
| create /pipelines name description
| Creates a new pipeline named after name using the description gst-launch syntax
|-
| pipeline_play name
| update /pipelines/name/state playing
| Puts the pipeline named name in the PLAYING state
|-
| 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
|}


}}
}}