summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-04-13 09:58:05 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-04-13 10:57:07 +0200
commite141c85f961e667f6217da2febde1d75e2a53c68 (patch)
treefcacd1d13ed664d69d68b50b7d8973e653db5713
parentae612551fa0a2378bfb71eb03611dc6c0861ee7a (diff)
debugutils: Add missing parameters documentation
-rw-r--r--gst/gstdebugutils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c
index 4584af3724..2e34657d4f 100644
--- a/gst/gstdebugutils.c
+++ b/gst/gstdebugutils.c
@@ -795,6 +795,7 @@ debug_dump_footer (GString * str)
/**
* gst_debug_bin_to_dot_data:
* @bin: the top-level pipeline that should be analyzed
+ * @details: type of #GstDebugGraphDetails to use
*
* To aid debugging applications one can use this method to obtain the whole
* network of gstreamer elements that form the pipeline into an dot file.
@@ -822,6 +823,7 @@ gst_debug_bin_to_dot_data (GstBin * bin, GstDebugGraphDetails details)
/**
* gst_debug_bin_to_dot_file:
* @bin: the top-level pipeline that should be analyzed
+ * @details: type of #GstDebugGraphDetails to use
* @file_name: (type filename): output base filename (e.g. "myplayer")
*
* To aid debugging applications one can use this method to write out the whole
@@ -872,6 +874,7 @@ gst_debug_bin_to_dot_file (GstBin * bin, GstDebugGraphDetails details,
/**
* gst_debug_bin_to_dot_file_with_ts:
* @bin: the top-level pipeline that should be analyzed
+ * @details: type of #GstDebugGraphDetails to use
* @file_name: (type filename): output base filename (e.g. "myplayer")
*
* This works like gst_debug_bin_to_dot_file(), but adds the current timestamp