Minor link fixes

This commit is contained in:
Thibault Saunier 2016-06-15 21:01:51 -04:00
parent b3fada8337
commit 992c805de3
3 changed files with 3 additions and 3 deletions

View file

@ -178,4 +178,4 @@ This tutorial has shown:
- How to get pipeline graphs with the
`GST_DEBUG_DUMP_DOT_DIR` environment variable.
It has been a pleasure having you here, and see you soon!
It has been a pleasure having you here, and see you soon!

View file

@ -16,7 +16,7 @@ you some of their peculiarities.
### `glimagesink`
This video sink is based on
[OpenGL](http://en.wikipedia.org/wiki/OpenGL) or [OpenGL ES](http://en.wikipedia.org/wiki/OpenGL ES). It supports rescaling
[OpenGL](http://en.wikipedia.org/wiki/OpenGL) or [OpenGL ES](https://en.wikipedia.org/wiki/OpenGL_ES). It supports rescaling
and filtering of the scaled image to alleviate aliasing. It implements
the VideoOverlay interface, so the video window can be re-parented
(embedded inside other windows). This is the video sink recommended on

View file

@ -18,7 +18,7 @@ needs to have installed:
you have at least one Android SDK platform installed with API
version 9 or higher.
Optionally, you can use the \[Android Studio\] (FIX LINK). 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
recommended and is the fastest way to get started*.