GStreamer Daemon - API Reference

From RidgeRun Developer Wiki
Revision as of 20:56, 29 June 2017 by Acervantes (talk | contribs) (Created page with "{{Gstd-1.0 Page |Low-level Implementation for Applications|Simple Examples| This wiki s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{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",