mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
validate: Fix usage of get_stack)trace after API change
This commit is contained in:
parent
ca85c45482
commit
e42d9a784e
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ gst_validate_report_new (GstValidateIssue * issue,
|
|||
issue_type_details == GST_VALIDATE_SHOW_ALL ||
|
||||
gst_validate_report_check_abort (report) ||
|
||||
report->level == GST_VALIDATE_REPORT_LEVEL_CRITICAL)
|
||||
report->trace = gst_debug_get_stack_trace ();
|
||||
report->trace = gst_debug_get_stack_trace (GST_STACK_TRACE_SHOW_FULL);
|
||||
|
||||
return report;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue