mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
Small typo fixes
This commit is contained in:
parent
b8bb7923af
commit
2d3ecfe782
3 changed files with 23 additions and 8 deletions
14
hotdoc.json
14
hotdoc.json
|
@ -1,11 +1,15 @@
|
||||||
{
|
{
|
||||||
"add_anchors": true,
|
"add_anchors": true,
|
||||||
"command": "conf",
|
"extra_assets": [
|
||||||
|
"attachments",
|
||||||
|
"images"
|
||||||
|
],
|
||||||
"index": "index.md",
|
"index": "index.md",
|
||||||
"output": "built_doc",
|
"output": "built_doc",
|
||||||
|
"pkg_config_packages": [
|
||||||
|
"gstreamer-1.0"
|
||||||
|
],
|
||||||
"project_name": "gstdotcom",
|
"project_name": "gstdotcom",
|
||||||
"sitemap": "sitemap.txt",
|
"sitemap": "sitemap.txt",
|
||||||
"extra_assets": ["attachments", "images"],
|
|
||||||
"pkg_config_packages": ["gstreamer-1.0"],
|
|
||||||
"syntax_highlighting_activate": true
|
"syntax_highlighting_activate": true
|
||||||
}
|
}
|
|
@ -18,7 +18,7 @@ needs to have installed:
|
||||||
you have at least one Android SDK platform installed with API
|
you have at least one Android SDK platform installed with API
|
||||||
version 9 or higher.
|
version 9 or higher.
|
||||||
|
|
||||||
Optionally, you can use the [Android Studio] (https://developer.android.com/studio/index.html). As stated in
|
Optionally, you can use the [Android Studio](https://developer.android.com/studio/index.html). As stated in
|
||||||
the Android documentation, *developing in Android Studio is highly
|
the Android documentation, *developing in Android Studio is highly
|
||||||
recommended and is the fastest way to get started*.
|
recommended and is the fastest way to get started*.
|
||||||
|
|
||||||
|
@ -45,10 +45,17 @@ Environment Variables in the System Properties dialog (on Windows).
|
||||||
Point `GSTREAMER_ROOT_ANDROID` to the folder where you unzipped the binaries.
|
Point `GSTREAMER_ROOT_ANDROID` to the folder where you unzipped the binaries.
|
||||||
|
|
||||||
> ![information] If you plan to use Android Studio and do not want to define this
|
> ![information] If you plan to use Android Studio and do not want to define this
|
||||||
|
> environment variable globally, you can set it inside the build.gradle.
|
||||||
|
|
||||||
|
> ![information] If you plan to use Eclipse, and do not want to define this
|
||||||
> environment variable globally, you can set it inside Eclipse. Go to
|
> environment variable globally, you can set it inside Eclipse. Go to
|
||||||
> Window → Preferences → C/C++ → Build → Build Variables and define
|
> Window → Preferences → C/C++ → Build → Build Variables and define
|
||||||
> `GSTREAMER_ROOT_ANDROID` there.
|
> `GSTREAMER_ROOT_ANDROID` there.
|
||||||
|
|
||||||
|
> ![warning] The NDK support in the Gradle build system used by
|
||||||
|
> Android Studio is still in beta, so the recommended way to build
|
||||||
|
> using the GStreamer SDK is still to use "ndk-build".
|
||||||
|
|
||||||
## Configure your development environment
|
## Configure your development environment
|
||||||
|
|
||||||
There are two routes to use GStreamer in an Android application: Either
|
There are two routes to use GStreamer in an Android application: Either
|
||||||
|
@ -64,7 +71,7 @@ interact through [JNI][Java Native Interface].
|
||||||
### Building the tutorials
|
### Building the tutorials
|
||||||
|
|
||||||
There are a few Android-specific tutorials in the
|
There are a few Android-specific tutorials in the
|
||||||
`$GSTREAMER_ROOT_ANDROID\share\gst-sdk\tutorials` folder. Each
|
`$GSTREAMER_ROOT_ANDROID/share/gst-sdk/tutorials` folder. Each
|
||||||
tutorial is a folder containing source code (in Java and C) and the
|
tutorial is a folder containing source code (in Java and C) and the
|
||||||
resource files required to build a complete Android application.
|
resource files required to build a complete Android application.
|
||||||
|
|
||||||
|
@ -75,6 +82,10 @@ Android projects with GStreamer support are built like conventional
|
||||||
Android NDK projects, so the instructions at the [Android NDK] home can
|
Android NDK projects, so the instructions at the [Android NDK] home can
|
||||||
be followed:
|
be followed:
|
||||||
|
|
||||||
|
#### Using Android Studio
|
||||||
|
|
||||||
|
> ![warning] To be completed!!
|
||||||
|
|
||||||
#### Using Eclipse
|
#### Using Eclipse
|
||||||
|
|
||||||
Make sure you have installed the ADT and NDK plugins listed in the
|
Make sure you have installed the ADT and NDK plugins listed in the
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Installing for iOS development
|
# Installing for iOS development
|
||||||
|
|
||||||
![](images/icons/emoticons/information.png) All versions starting form iOS 6 are supported
|
![](images/icons/emoticons/information.png) All versions starting from iOS 6 are supported
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue