summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-05-27 14:16:13 -0400
committerThibault Saunier <tsaunier@gnome.org>2016-06-03 09:42:18 -0400
commit42e05576eda33faf6ed6877d98b3f1873b75963c (patch)
tree6ac9f878c734dacbcc68a423bf4f7f538cb656d5
parent65ea75a53de5fb2281f3de0d219431deebca6ecc (diff)
GStreamer+reference: Review and cleanup
-rw-r--r--GStreamer+reference.markdown50
-rw-r--r--Installing+for+Android+development.markdown2
-rw-r--r--TODO.markdown1
3 files changed, 6 insertions, 47 deletions
diff --git a/GStreamer+reference.markdown b/GStreamer+reference.markdown
index 2096f20..922e915 100644
--- a/GStreamer+reference.markdown
+++ b/GStreamer+reference.markdown
@@ -1,52 +1,10 @@
# GStreamer reference
-# GStreamer reference
-
This is the complete documentation for the GStreamer API, automatically
generated from the source code of GStreamer.
-<table>
-<tbody>
-<tr class="odd">
-<td><img src="images/icons/emoticons/forbidden.png" width="16" height="16" /></td>
-<td><p>This documentation is still being prepared. Meanwhile, all links in the tutorials point to <a href="http://www.freedesktop.org/software/gstreamer-sdk/data/docs/2012.5/gstreamer-0.10" class="external-link">gstreamer.freedesktop.org</a></p></td>
-</tr>
-</tbody>
-</table>
-
-
-
-
-## Comments:
+> ![forbiden]This documentation is still being prepared. Meanwhile, all
+> links in the tutorials point to [the GStreamer documentation] ressources.
-<table>
-<colgroup>
-<col width="100%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><a href=""></a>
-<p>It seems links point to the HEAD (1.0) docs, not 0.10 docs (<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.36/" class="uri" class="external-link">http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.36/</a>).</p>
-<div class="smallfont" align="left" style="color: #666666; width: 98%; margin-bottom: 10px;">
-<img src="images/icons/contenttypes/comment_16.png" width="16" height="16" /> Posted by at Jun 11, 2012 11:34
-</div></td>
-</tr>
-<tr class="even">
-<td><a href=""></a>
-<p>Thanks for fixing that link, but it seems all the links in the tutorials also need to be updated. Hopefully Confluence provides for global search and replace. <img src="s/en_GB/3152/1/_/images/icons/emoticons/smile.png" alt="(smile)" class="emoticon emoticon-smile" /></p>
-<div class="smallfont" align="left" style="color: #666666; width: 98%; margin-bottom: 10px;">
-<img src="images/icons/contenttypes/comment_16.png" width="16" height="16" /> Posted by at Jun 11, 2012 12:49
-</div></td>
-</tr>
-<tr class="odd">
-<td><a href=""></a>
-<p>Fixed! Thanks for the feedback.</p>
-<div class="smallfont" align="left" style="color: #666666; width: 98%; margin-bottom: 10px;">
-<img src="images/icons/contenttypes/comment_16.png" width="16" height="16" /> Posted by xartigas at Jun 11, 2012 13:20
-</div></td>
-</tr>
-</tbody>
-</table>
+ [forbiden]: images/icons/emoticons/forbidden.png
+ [the GStreamer documentation]: https://gstreamer.freedesktop.org/documentation/
diff --git a/Installing+for+Android+development.markdown b/Installing+for+Android+development.markdown
index 2fb7bb9..dbc6c94 100644
--- a/Installing+for+Android+development.markdown
+++ b/Installing+for+Android+development.markdown
@@ -267,7 +267,7 @@ and used as follows:
| `GSTREAMER_PLUGINS_CODECS_GPL` | assrender |
| `GSTREAMER_PLUGINS_SYS` | glimagesink opensles amc |
-Build and run your application as explained in the **Building the tutorials** section.
+Build and run your application as explained in the [Building the tutorial](Installing+for+Android+development.markdown#building-the-tutorials) section.
[information]: images/icons/emoticons/information.png
[Android SDK]: http://developer.android.com/sdk/index.html
diff --git a/TODO.markdown b/TODO.markdown
index bacfabc..a8d2cd5 100644
--- a/TODO.markdown
+++ b/TODO.markdown
@@ -73,6 +73,7 @@ Reviewed pages:
- Tutorials.markdown
- Android+tutorial+1+Link+against+GStreamer.markdown
- Android+tutorial+2+A+running+pipeline.markdown
+ - GStreamer+reference.markdown
For-later pages:
- Qt+tutorials.markdown [tpm: this should all be rewritten from scratch with qmlglsink; QtGStreamer is outdated and unmaintained, we should not promote it]