GStreamer Daemon - API Reference: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "{{Gstd-1.0 Page |Low-level Implementation for Applications|Simple Examples| This wiki s...")
 
No edit summary
Line 11: Line 11:
Creates a new pipeline named after <i>name</i> using the <i>description</i> gst-launch syntax.
Creates a new pipeline named after <i>name</i> using the <i>description</i> gst-launch syntax.


</i></b>Parameters</i></b>
<b><i>Parameters</i></b>
  name: name of the pipeline to create
  name: name of the pipeline to create
  description: pipeline with gst-launch syntax.  
  description: pipeline with gst-launch syntax.  

Revision as of 20:57, 29 June 2017

{{Gstd-1.0 Page |Low-level Implementation for Applications|Simple Examples| This wiki shows the API for Gstd with a little description of each command and the arguments.

High Level API

Pipelines

pipeline_create

code pipeline_create <name> <description>

Creates a new pipeline named after name using the description gst-launch syntax.

Parameters

name: name of the pipeline to create
description: pipeline with gst-launch syntax. 

Returns

Code: 10 "bad-comand", 0 "success",