mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
docs: more docs for gst_parse_launch and co
Tell about limited reusability of some parsed pipelines.
This commit is contained in:
parent
330f308c3d
commit
d3f63b1b87
1 changed files with 5 additions and 2 deletions
|
@ -27,10 +27,13 @@
|
||||||
* @short_description: Get a pipeline from a text pipeline description
|
* @short_description: Get a pipeline from a text pipeline description
|
||||||
*
|
*
|
||||||
* These function allow to create a pipeline based on the syntax used in the
|
* These function allow to create a pipeline based on the syntax used in the
|
||||||
* gst-launch utility.
|
* gst-launch utility (see man-page for syntax documentation).
|
||||||
|
*
|
||||||
|
* Please note that these functions take serveral meassures to create even
|
||||||
|
* somewhat dynamic pipelines. Due to that such pipelines are not always
|
||||||
|
* reuseable (set the state to NULL and back to PLAYING).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue