summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <olivier.crete@collabora.com>2016-09-15 16:15:29 -0400
committerOlivier Crête <olivier.crete@collabora.com>2016-09-15 16:17:55 -0400
commit880317a38b613b271771370faf05f864f4b97b02 (patch)
tree8bc79b131b009bba976198ba73fc4f7b0c945272
parentc78fd90de9e8155ab095709575cfafbb09c2934a (diff)
Remove last GStreamer.com references
-rw-r--r--TODO.md1
-rw-r--r--sdk-android-tutorial-a-running-pipeline.md2
-rw-r--r--sdk-qt-tutorials.md4
3 files changed, 3 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index dc74665..6bffeab 100644
--- a/TODO.md
+++ b/TODO.md
@@ -21,7 +21,6 @@ Screenshots:
- Fix filenames of all attachments to make sense
Code:
- - Change namespace from com.gst\* to org.freedesktop.gstreamer
- Change logos to the official gstreamer logo
Reviewed pages:
diff --git a/sdk-android-tutorial-a-running-pipeline.md b/sdk-android-tutorial-a-running-pipeline.md
index af9613d..fdf0155 100644
--- a/sdk-android-tutorial-a-running-pipeline.md
+++ b/sdk-android-tutorial-a-running-pipeline.md
@@ -68,7 +68,7 @@ import android.widget.ImageButton;
import android.widget.TextView;
import android.widget.Toast;
-import com.gstreamer.GStreamer;
+import org.freedesktop.gstreamer.GStreamer;
public class Tutorial2 extends Activity {
private native void nativeInit(); // Initialize native code, build pipeline, etc
diff --git a/sdk-qt-tutorials.md b/sdk-qt-tutorials.md
index 9dee82d..1f8010b 100644
--- a/sdk-qt-tutorials.md
+++ b/sdk-qt-tutorials.md
@@ -4,11 +4,11 @@
These tutorials describe Qt-specific topics. General GStreamer concepts
will not be explained in these tutorials, so the [Basic
-tutorials](http://docs.gstreamer.com/display/GstSDK/Basic+tutorials) should
+tutorials](sdk-basic-tutorials.md) should
be reviewed first. The reader should also be familiar with basic Qt
programming techniques.
The Qt tutorials have the same structure as the [Android
-tutorials](Android%2Btutorials.html): Each one builds on top of the
+tutorials](sdk-android-tutorials.md): Each one builds on top of the
previous one and adds progressively more functionality, until a working
media player application is obtained in \#FIXME\#