Remove last GStreamer.com references

This commit is contained in:
Olivier Crête 2016-09-15 16:15:29 -04:00
parent c78fd90de9
commit 880317a38b
3 changed files with 3 additions and 4 deletions

View file

@ -21,7 +21,6 @@ Screenshots:
- Fix filenames of all attachments to make sense - Fix filenames of all attachments to make sense
Code: Code:
- Change namespace from com.gst\* to org.freedesktop.gstreamer
- Change logos to the official gstreamer logo - Change logos to the official gstreamer logo
Reviewed pages: Reviewed pages:

View file

@ -68,7 +68,7 @@ import android.widget.ImageButton;
import android.widget.TextView; import android.widget.TextView;
import android.widget.Toast; import android.widget.Toast;
import com.gstreamer.GStreamer; import org.freedesktop.gstreamer.GStreamer;
public class Tutorial2 extends Activity { public class Tutorial2 extends Activity {
private native void nativeInit(); // Initialize native code, build pipeline, etc private native void nativeInit(); // Initialize native code, build pipeline, etc

View file

@ -4,11 +4,11 @@
These tutorials describe Qt-specific topics. General GStreamer concepts These tutorials describe Qt-specific topics. General GStreamer concepts
will not be explained in these tutorials, so the [Basic 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 be reviewed first. The reader should also be familiar with basic Qt
programming techniques. programming techniques.
The Qt tutorials have the same structure as the [Android 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 previous one and adds progressively more functionality, until a working
media player application is obtained in \#FIXME\# media player application is obtained in \#FIXME\#