From 8e5d8f3f982d28fac5dc24847301e8fa0dd600a8 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 2 Jun 2017 15:38:17 -0700 Subject: [PATCH] faq: troubleshooting: turn questions into sub-sections --- markdown/frequently-asked-questions/troubleshooting.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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