quote spaces in tokens passed to gst_parse_launchv. this restores the old (shell...
[platform/upstream/gstreamer.git] / gst / parse / types.h
index fa1c405..149921f 100644 (file)
@@ -41,3 +41,5 @@ struct _graph_t {
 
 graph_t * _gst_parse_launch (const gchar *str, GError **error);
 
+gchar *_gst_parse_escape (const gchar *str);
+void _gst_parse_unescape (gchar *str);