mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
faq: troubleshooting: turn questions into sub-sections
This commit is contained in:
parent
1afd513338
commit
8e5d8f3f98
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Troubleshooting GStreamer
|
# Troubleshooting GStreamer
|
||||||
|
|
||||||
> Some application is telling me that I am missing a plug-in. What do I do?
|
## What should I do if I'm missing a plug-in?
|
||||||
|
|
||||||
|
*Some application is telling me that I am missing a plug-in. What do I do?*
|
||||||
|
|
||||||
Well, start by checking if you really are missing the plug-in.
|
Well, start by checking if you really are missing the plug-in.
|
||||||
|
|
||||||
|
@ -41,7 +43,9 @@ if your application does not support installation of missing plugins.
|
||||||
why it doesn't get built if you're sure you have the library needed
|
why it doesn't get built if you're sure you have the library needed
|
||||||
installed in a sane place.
|
installed in a sane place.
|
||||||
|
|
||||||
> The GStreamer application I used stops with a segmentation fault. What can I do?
|
## What can I do if I get a segmentation fault?
|
||||||
|
|
||||||
|
*The GStreamer application I used stops with a segmentation fault. What can I do?*
|
||||||
|
|
||||||
The first point of contact for any problems with a GStreamer application
|
The first point of contact for any problems with a GStreamer application
|
||||||
should be the developers of that application. They will be able to investigate
|
should be the developers of that application. They will be able to investigate
|
||||||
|
|
Loading…
Reference in a new issue