Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / playback / playbin-usage.md
similarity index 98%
rename from tutorial-playback-playbin-usage.md
rename to markdown/tutorials/playback/playbin-usage.md
index e747687..61a66c1 100644 (file)
@@ -509,7 +509,7 @@ g_object_get (data->playbin, "current-text", &data->current_text, NULL);
 
 Once we have extracted all the metadata we want, we get the streams that
 are currently selected through 3 more properties of `playbin`:
-`current-video`, `current-audio` and `current-text`. 
+`current-video`, `current-audio` and `current-text`.
 
 It is interesting to always check the currently selected streams and
 never make any assumption. Multiple internal conditions can make
@@ -579,11 +579,11 @@ code of the tutorial and any accessory files needed to build it.
 
 It has been a pleasure having you here, and see you soon!
 
-  [Playback tutorial 2: Subtitle management]: tutorial-playback-subtitle-management.md
+  [Playback tutorial 2: Subtitle management]: tutorials/playback/subtitle-management.md
   [information]: images/icons/emoticons/information.png
-  [Mac]: installing-on-mac-osx.md
-  [Windows]: installing-on-windows.md
-  [Mac OS X]: installing-on-mac-osx.md#building-the-tutorials
-  [1]: installing-on-windows.md#running-the-tutorials
-  [iOS]: installing-for-ios-development.md#building-the-tutorials
-  [android]: installing-for-android-development.md#building-the-tutorials
+  [Mac]: installing/on-mac-osx.md
+  [Windows]: installing/on-windows.md
+  [Mac OS X]: installing/on-mac-osx.md#building-the-tutorials
+  [1]: installing/on-windows.md#running-the-tutorials
+  [iOS]: installing/for-ios-development.md#building-the-tutorials
+  [android]: installing/for-android-development.md#building-the-tutorials