mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
Added setting of _gst_debug_cothread_index for debugging
Original commit message from CVS: Added setting of _gst_debug_cothread_index for debugging
This commit is contained in:
parent
b423eeb18c
commit
29f657f52e
1 changed files with 2 additions and 0 deletions
|
@ -618,6 +618,8 @@ cothread_switch (cothread_state * thread)
|
|||
ctx->current, thread->cothreadnum);
|
||||
ctx->current = thread->cothreadnum;
|
||||
|
||||
g_static_private_set (&_gst_debug_cothread_index, (void *)ctx->current, NULL);
|
||||
|
||||
/* save the current stack pointer, frame pointer, and pc */
|
||||
#ifdef GST_ARCH_PRESETJMP
|
||||
GST_ARCH_PRESETJMP ();
|
||||
|
|
Loading…
Reference in a new issue