info: GstStackTraceFlags were added in 1.12

This commit is contained in:
Sebastian Dröge 2017-09-17 18:55:19 +03:00
parent c2917b1ae2
commit f649f0a44f

View file

@ -179,6 +179,8 @@ typedef enum { /*< flags >*/
* GstStackTraceFlags: * GstStackTraceFlags:
* @GST_STACK_TRACE_SHOW_FULL: Try to retrieve as much information as * @GST_STACK_TRACE_SHOW_FULL: Try to retrieve as much information as
* possible when getting the stack trace * possible when getting the stack trace
*
* Since: 1.12
*/ */
typedef enum { typedef enum {
GST_STACK_TRACE_SHOW_FULL = 1 << 0 GST_STACK_TRACE_SHOW_FULL = 1 << 0