mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
info: GstStackTraceFlags were added in 1.12
This commit is contained in:
parent
c2917b1ae2
commit
f649f0a44f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue