info: GstStackTraceFlags were added in 1.12
authorSebastian Dröge <sebastian@centricular.com>
Sun, 17 Sep 2017 15:55:19 +0000 (18:55 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 17 Sep 2017 15:55:43 +0000 (18:55 +0300)
gst/gstinfo.h

index 807e316..75c8606 100644 (file)
@@ -179,6 +179,8 @@ typedef enum { /*< flags >*/
  * 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