From 890dd8b46862d5dbb1556508b795330c92613acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 26 Jun 2008 12:24:08 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/gstdebugutils.h | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 268860f91d..1fbf774222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-26 Tim-Philipp Müller + + * gst/gstdebugutils.h: (GstDebugGraphDetails), + (GST_DEBUG_BIN_TO_DOT_FILE): + Add missing Since' markers to gtk-doc blurbs. + 2008-06-26 Wim Taymans * tests/check/libs/transform1.c: (buffer_alloc_pt1), 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 * "--gst-enable-gst-debug" 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)