Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / manual / appendix / checklist-element.md
similarity index 99%
rename from manual-checklist-element.md
rename to markdown/manual/appendix/checklist-element.md
index efb21a5..3f29190 100644 (file)
@@ -106,7 +106,7 @@ help in application development. We will discuss only `gst-launch` and
 
 `gst-launch` is a simple script-like commandline application that can be
 used to test pipelines. For example, the command `gst-launch
-audiotestsrc ! audioconvert ! 
+audiotestsrc ! audioconvert !
 audio/x-raw,channels=2 ! alsasink` will run a pipeline which generates a
 sine-wave audio stream and plays it to your ALSA audio card.
 `gst-launch` also allows the use of threads (will be used automatically
@@ -129,4 +129,3 @@ useful to see which `GObject` properties or which signals (and using
 what arguments) an element supports. Run `gst-inspect fakesrc` to get an
 idea of what it does. See the manual page of `gst-inspect` for more
 information.
-