summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-09-17 18:55:19 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-09-17 19:00:50 +0300
commit58d1e790ccf855de792638f04b19800d4a8fef7c (patch)
tree548c8be9795e01b7dc92003f85789f25d5c6ae37
parent8dca248e1000537205a04cf15ebe907f1107a4cf (diff)
downloadgstreamer-58d1e790ccf855de792638f04b19800d4a8fef7c.tar.gz
info: GstStackTraceFlags were added in 1.12
-rw-r--r--gst/gstinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h
index de17cf9a3f..8079495f4e 100644
--- a/gst/gstinfo.h
+++ b/gst/gstinfo.h
@@ -179,6 +179,8 @@ typedef enum {
* GstStackTraceFlags:
* @GST_STACK_TRACE_SHOW_FULL: Try to retrieve as much information as
* possible when getting the stack trace
+ *
+ * Since: 1.12
*/
typedef enum {
GST_STACK_TRACE_SHOW_FULL = 1 << 0