docs: more docs for gst_parse_launch and co
authorStefan Kost <ensonic@users.sf.net>
Tue, 6 Jul 2010 11:29:39 +0000 (14:29 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 5 Aug 2010 06:40:03 +0000 (09:40 +0300)
Tell about limited reusability of some parsed pipelines.

gst/gstparse.c

index d41b97e..ca1ed7d 100644 (file)
  * @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>