summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-06-15 23:12:47 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-06-15 23:12:47 -0700
commit431810b51e860faabe580bcb9494de695dda6590 (patch)
tree776bc8a61ed73a6bee35e31718aaf164de993f5d
parent2b3849925ead09b52aca292bde7a3ca6fbd472c8 (diff)
faq: developing: fix missing markup
-rw-r--r--markdown/frequently-asked-questions/developing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/frequently-asked-questions/developing.md b/markdown/frequently-asked-questions/developing.md
index a9ba3c3..a86b386 100644
--- a/markdown/frequently-asked-questions/developing.md
+++ b/markdown/frequently-asked-questions/developing.md
@@ -73,7 +73,7 @@ environment is used.
## How can I use GConf to get the system-wide defaults?
-For GNOME applications it's a good idea to use GConf to find the
+For GNOME applications it's a good idea to use `GConf` to find the
default ways of outputting audio and video. You can do this by using the
'gconfaudiosink' and 'gconfvideosink' elements for audio and video
output. They will take care of everything GConf-related for you and
@@ -85,7 +85,7 @@ gconfaudiosink, your application should set the 'profile' property.
When you link a program against uninstalled GStreamer using
libtool, funny shell scripts are made to modify your shared object
search path and then run your program. For instance, to debug
-gst-launch, try
+`gst-launch`, try:
```
libtool --mode=execute gdb /path/to/gst-launch