diff --git a/markdown/frequently-asked-questions/troubleshooting.md b/markdown/frequently-asked-questions/troubleshooting.md index b374483bc5..c92b8fbc39 100644 --- a/markdown/frequently-asked-questions/troubleshooting.md +++ b/markdown/frequently-asked-questions/troubleshooting.md @@ -1,6 +1,8 @@ # 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. @@ -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 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 should be the developers of that application. They will be able to investigate