summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-07-13 14:59:39 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-07-13 15:05:55 -0700
commit9cc74243cbb713815b318a85accaf99bd3aad39e (patch)
tree9c840df524277fdb44000c44f48ced578e341a0c
parent7af49fbeedbd0d12aae1cf30df9deaac24297594 (diff)
design: element-source: add missing markup
-rw-r--r--markdown/design/element-source.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/design/element-source.md b/markdown/design/element-source.md
index 1ed9f7b..be81f50 100644
--- a/markdown/design/element-source.md
+++ b/markdown/design/element-source.md
@@ -121,7 +121,7 @@ A non-live source should timestamp the buffers it produces starting from
0. If it is not possible to timestamp every buffer (filesrc), the source
is allowed to only timestamp the first buffer (as 0).
-Live sources only produce data in the PLAYING state, when the clock is
+Live sources only produce data in the `PLAYING` state, when the clock is
running. They should timestamp each buffer they produce with the current
`running_time` of the pipeline, which is expressed as:
@@ -131,4 +131,4 @@ absolute_time - base_time
With `absolute_time` being the time obtained from the global pipeline with
`gst_clock_get_time()` and `base_time` being the time of that clock when
-the pipeline was last set to PLAYING.
+the pipeline was last set to `PLAYING`.