[totem/wip/hadess/mallard-documentation: 50/66] help: Add general troubleshooting page: How to debug, where to report
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/mallard-documentation: 50/66] help: Add general troubleshooting page: How to debug, where to report
- Date: Thu, 31 Jan 2019 15:02:33 +0000 (UTC)
commit c2523a60123613adf2678c3c86722f9d5d8dfa59
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Jan 11 23:46:03 2019 +0100
help: Add general troubleshooting page: How to debug, where to report
help/C/troubleshooting-debug.page | 32 ++++++++++++++++++++++++++++++++
help/meson.build | 1 +
2 files changed, 33 insertions(+)
---
diff --git a/help/C/troubleshooting-debug.page b/help/C/troubleshooting-debug.page
new file mode 100644
index 000000000..614f71b6a
--- /dev/null
+++ b/help/C/troubleshooting-debug.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="guide"
+ id="troubleshooting-debug">
+
+ <info>
+ <link type="guide" xref="index#troubleshooting"/>
+ <revision pkgversion="3.30" version="0.1" date="2019-01-11" status="draft"/>
+ <desc>How to get debug information for a bug report.</desc>
+ <credit type="author">
+ <name its:translate="no">Andre Klapper</name>
+ <email its:translate="no">ak-47 gmx net</email>
+ </credit>
+ <license>
+ <p>Creative Commons Share Alike 3.0</p>
+ </license>
+ </info>
+
+<title>Track down other video problems</title>
+
+<p>If you have already followed <link xref="supported-formats"/> and
+<link xref="troubleshooting-DVD"/> and a video still cannot be played, open a
+terminal window and enter the command <cmd>totem --help-gst</cmd>. This will
+show a list of available options you can use to get debug output. Often the
+problem is in an underlying plugin, for example in <sys>GStreamer</sys> and not
+in <app>Videos</app> itself.</p>
+
+<note style="info"><p>Software bugs in GStreamer can be reported in the
+<link href="https://gitlab.freedesktop.org/gstreamer">GStreamer issue tracker</link>.</p></note>
+
+</page>
+
diff --git a/help/meson.build b/help/meson.build
index 95c1d455e..52252cc86 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -13,6 +13,7 @@ sources = [
'subtitles.page',
'supported-formats.page',
'troubleshooting-Audio-CD.page',
+ 'troubleshooting-debug.page',
'troubleshooting-DVD.page',
'troubleshooting-subtitles.page',
'view-zoom.page'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]