doc: Update cache and fix usage of <ulink>
authorThibault Saunier <tsaunier@igalia.com>
Fri, 23 Aug 2019 16:36:38 +0000 (12:36 -0400)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Fri, 23 Aug 2019 16:56:47 +0000 (16:56 +0000)
docs/gst_plugins_cache.json
ges/ges-enums.h

index 717f7ff..50f9b6d 100644 (file)
@@ -24,7 +24,7 @@
                         "presence": "sometimes"
                     },
                     "sink": {
-                        "caps": "application/xges:\n",
+                        "caps": "text/x-xptv:\napplication/xges:\n",
                         "direction": "sink",
                         "presence": "always"
                     },
                         "type-name": "gboolean",
                         "writable": true
                     },
+                    "id": {
+                        "blurb": "The stream-id of the composition",
+                        "construct": false,
+                        "construct-only": false,
+                        "default": "08b803d370ed02669347d0152504d701",
+                        "type-name": "gchararray",
+                        "writable": true
+                    },
                     "inpoint": {
                         "blurb": "The media start position (in nanoseconds)",
                         "construct": false,
         "license": "LGPL",
         "package": "GStreamer Editing Services",
         "source": "gst-editing-services",
+        "tracers": {},
         "url": "Unknown package origin"
     }
 }
\ No newline at end of file
index 34d2aa9..410ea85 100644 (file)
@@ -381,8 +381,8 @@ GType ges_pipeline_flags_get_type (void);
  *  (not implemented yet)
  *
  * You can also find more explanation about the behaviour of those modes at:
- * <ulink url="http://pitivi.org/manual/trimming.html"> trim, ripple and roll</ulink>
- * and <ulink url="http://pitivi.org/manual/usingclips.html">clip management</ulink>.
+ * [trim, ripple and roll](http://pitivi.org/manual/trimming.html)
+ * and [clip management](http://pitivi.org/manual/usingclips.html).
  */
 typedef enum {
     GES_EDIT_MODE_NORMAL,