summaryrefslogtreecommitdiff
path: root/gst/gstparse.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-07-06 14:29:39 +0300
committerStefan Kost <ensonic@users.sf.net>2010-08-05 09:40:03 +0300
commitd3f63b1b8764af72375afc8cbec2f8717979a88d (patch)
tree25c184d8f1001a52fbf9b538ed7b7efd1762f6c5 /gst/gstparse.c
parent330f308c3df1ba40792aa2fb853c4cb9acdd6c52 (diff)
docs: more docs for gst_parse_launch and co
Tell about limited reusability of some parsed pipelines.
Diffstat (limited to 'gst/gstparse.c')
-rw-r--r--gst/gstparse.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gst/gstparse.c b/gst/gstparse.c
index d41b97e513..ca1ed7dd2c 100644
--- a/gst/gstparse.c
+++ b/gst/gstparse.c
@@ -27,10 +27,13 @@
* @short_description: Get a pipeline from a text pipeline description
*
* 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 <string.h>