GStreamer Daemon - API Reference: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Gstd-1.0 Page |[[Gstd-1.0 - Low-level Implementation for Applications|Low-level Implementation for Applications]]|[[Gstd-1.0 - Simple Examples|Simple Examples]]|
{{Gstd-1.0 Page |[[Gstd-1.0 - Low-level Implementation for Applications|Low-level Implementation for Applications]]|[[Gstd-1.0 - Simple Examples|Simple Examples]]
 
This wiki shows the API for Gstd with a little description of each command and the arguments.
This wiki shows the API for Gstd with a little description of each command and the arguments.



Revision as of 20:59, 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",