design: streams: add missing markup
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 23 Jan 2017 04:30:52 +0000 (20:30 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 23 Jan 2017 04:30:52 +0000 (20:30 -0800)
markdown/design/streams.md

index 4661a77..fc5f03c 100644 (file)
@@ -32,13 +32,13 @@ more buffers are to be processed after the EOS event.
 ```
 
 1) **`STREAM_START`**
-   - marks the start of a stream; unlike the SEGMENT event, there
-     will be no STREAM_START event after flushing seeks.
+   - marks the start of a stream; unlike the `SEGMENT` event, there
+     will be no `STREAM_START` event after flushing seeks.
 
 2) **`SEGMENT`**, rate, start/stop, time
    - marks valid buffer timestamp range (start, stop)
    - marks `stream_time` of buffers (time). This is the stream time of buffers
-     with a timestamp of S.start.
+     with a timestamp of `S.start`.
    - marks playback rate (rate). This is the required playback rate.
    - marks applied rate (`applied_rate`). This is the already applied playback
      rate. (See also [trickmodes](design/trickmodes.md))