summaryrefslogtreecommitdiff
path: root/gst/gstinfo.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-18 14:34:31 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-18 14:34:31 +0200
commitb9841335eda271a4846da197dfdf2871d33266f5 (patch)
tree6df0b3c33be8b2bf6adb5ad11d9bbdc81bac0dee /gst/gstinfo.c
parent797fcd1d499348b77b21d4f21414e4898237fa00 (diff)
downloadgstreamer-b9841335eda271a4846da197dfdf2871d33266f5.tar.gz
info: Add some Since: 1.2
Diffstat (limited to 'gst/gstinfo.c')
-rw-r--r--gst/gstinfo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/gstinfo.c b/gst/gstinfo.c
index 5fa60d8a72..0660ed73cd 100644
--- a/gst/gstinfo.c
+++ b/gst/gstinfo.c
@@ -1272,6 +1272,8 @@ gst_debug_set_colored (gboolean colored)
* Changes the coloring mode for debug output.
*
* This function may be called before gst_init().
+ *
+ * Since: 1.2
*/
void
gst_debug_set_color_mode (GstDebugColorMode mode)
@@ -1287,6 +1289,8 @@ gst_debug_set_color_mode (GstDebugColorMode mode)
* Changes the coloring mode for debug output.
*
* This function may be called before gst_init().
+ *
+ * Since: 1.2
*/
void
gst_debug_set_color_mode_from_string (const gchar * str)
@@ -1319,6 +1323,8 @@ gst_debug_is_colored (void)
* Changes the coloring mode for debug output.
*
* Returns: see @GstDebugColorMode for possible values.
+ *
+ * Since: 1.2
*/
GstDebugColorMode
gst_debug_get_color_mode (void)