summaryrefslogtreecommitdiff
path: root/gst/gstdebugutils.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-06-26 12:24:08 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-06-26 12:24:08 +0000
commit890dd8b46862d5dbb1556508b795330c92613acd (patch)
treebf211a0906effec4d9db43cdec0cad1c3b263207 /gst/gstdebugutils.h
parente123c66377a81ae6afc10b93c5effa6404b59f31 (diff)
downloadgstreamer-890dd8b46862d5dbb1556508b795330c92613acd.tar.gz
gst/gstdebugutils.h: Add missing Since' markers to gtk-doc blurbs.
Original commit message from CVS: * gst/gstdebugutils.h: (GstDebugGraphDetails), (GST_DEBUG_BIN_TO_DOT_FILE): Add missing Since' markers to gtk-doc blurbs.
Diffstat (limited to 'gst/gstdebugutils.h')
-rw-r--r--gst/gstdebugutils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/gstdebugutils.h b/gst/gstdebugutils.h
index 9c0d82fa73..1b16610e64 100644
--- a/gst/gstdebugutils.h
+++ b/gst/gstdebugutils.h
@@ -39,6 +39,8 @@ G_BEGIN_DECLS
*
* Available details for pipeline graphs produced by GST_DEBUG_BIN_TO_DOT_FILE()
* and GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS().
+ *
+ * Since: 0.10.15
*/
typedef enum {
GST_DEBUG_GRAPH_SHOW_MEDIA_TYPE = (1<<0),
@@ -73,6 +75,8 @@ void _gst_debug_bin_to_dot_file_with_ts (GstBin *bin, GstDebugGraphDetails detai
* The macro is only active if gstreamer is configured with
* &quot;--gst-enable-gst-debug&quot; and the environment variable
* GST_DEBUG_DUMP_DOT_DIR is set to a basepath (e.g. /tmp).
+ *
+ * Since: 0.10.15
*/
#define GST_DEBUG_BIN_TO_DOT_FILE(bin, details, file_name) _gst_debug_bin_to_dot_file (bin, details, file_name)
@@ -85,6 +89,8 @@ void _gst_debug_bin_to_dot_file_with_ts (GstBin *bin, GstDebugGraphDetails detai
*
* This works like _gst_debug_bin_to_dot_file(), but adds the current timestamp
* to the filename, so that it can be used to take multiple snapshots.
+ *
+ * Since: 0.10.15
*/
#define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_name) _gst_debug_bin_to_dot_file_with_ts (bin, details, file_name)