From 431810b51e860faabe580bcb9494de695dda6590 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 15 Jun 2017 23:12:47 -0700 Subject: [PATCH] faq: developing: fix missing markup --- markdown/frequently-asked-questions/developing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/frequently-asked-questions/developing.md b/markdown/frequently-asked-questions/developing.md index a9ba3c3954..a86b386872 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