mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-21 16:00:59 +00:00
Fix table
This commit is contained in:
parent
5ccf54bf3f
commit
7eab17fd69
1 changed files with 4 additions and 22 deletions
|
@ -11,33 +11,15 @@ bit like this:
|
||||||
|
|
||||||
![Test pattern window](images/test-pattern.png "Test pattern window")
|
![Test pattern window](images/test-pattern.png "Test pattern window")
|
||||||
|
|
||||||
Colons can be used to align columns.
|
|
||||||
|
|
||||||
| Tables | Are | Cool |
|
|
||||||
| ------------- |:-------------:| -----:|
|
|
||||||
| col 3 is | right-aligned | $1600 |
|
|
||||||
| col 2 is | centered | $12 |
|
|
||||||
| zebra stripes | are neat | $1 |
|
|
||||||
|
|
||||||
There must be at least 3 dashes separating each header cell.
|
|
||||||
The outer pipes (|) are optional, and you don't need to make the
|
|
||||||
raw Markdown line up prettily. You can also use inline Markdown.
|
|
||||||
|
|
||||||
Markdown | Less | Pretty
|
|
||||||
--- | --- | ---
|
|
||||||
*Still* | `renders` | **nicely**
|
|
||||||
1 | 2 | 3
|
|
||||||
|
|
||||||
There are multiple test patterns available, such as
|
There are multiple test patterns available, such as
|
||||||
|
|
||||||
| Pattern | Example |
|
| Pattern | Example |
|
||||||
| ------------- |:-------------:|
|
| ------------- |:-------------:|
|
||||||
| `videotestsrc pattern=snow` | ![](images/test_snow.png) |
|
| `videotestsrc pattern=snow` | ![](images/test_snow.png) |
|
||||||
| `videotestsrc pattern=red` (and blue and green) | !(images/test_red.png) |
|
| `videotestsrc pattern=red` (and blue and green) | ![](images/test_red.png) |
|
||||||
| `videotestsrc pattern=red` (and blue and green) | !(images/test_red.png) |
|
| `videotestsrc pattern=pinwheel` | ![](images/test_pinwheel.png) |
|
||||||
| `videotestsrc pattern=pinwheel` | !(images/test_pinwheel.png) |
|
| `videotestsrc pattern=smpte100` (color test bars) | ![](images/test_smpte100.png) |
|
||||||
| `videotestsrc pattern=smpte100` (color test bars) | !(images/test_smpte100.png) |
|
| `videotestsrc pattern=colors` | ![](images/test_colors.png) |
|
||||||
| `videotestsrc pattern=colors` | !(images/test_colors.png) |
|
|
||||||
|
|
||||||
For the full list of patterns, see https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-videotestsrc.html
|
For the full list of patterns, see https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-videotestsrc.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue