mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
faq: developing: fix missing markup
This commit is contained in:
parent
2b3849925e
commit
431810b51e
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ environment is used.
|
||||||
|
|
||||||
## How can I use GConf to get the system-wide defaults?
|
## 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
|
default ways of outputting audio and video. You can do this by using the
|
||||||
'gconfaudiosink' and 'gconfvideosink' elements for audio and video
|
'gconfaudiosink' and 'gconfvideosink' elements for audio and video
|
||||||
output. They will take care of everything GConf-related for you and
|
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
|
When you link a program against uninstalled GStreamer using
|
||||||
libtool, funny shell scripts are made to modify your shared object
|
libtool, funny shell scripts are made to modify your shared object
|
||||||
search path and then run your program. For instance, to debug
|
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
|
libtool --mode=execute gdb /path/to/gst-launch
|
||||||
|
|
Loading…
Reference in a new issue