Skip to content

Commit

Permalink
Add comment for tracking prior code change
Browse files Browse the repository at this point in the history
  • Loading branch information
hgs-mfien committed Aug 13, 2024
1 parent 474432e commit 15718db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/gstreamer/libs/gst/base/gstaggregator.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GST_DEBUG_CATEGORY_STATIC (aggregator_debug);
GST_TRACE_OBJECT (pad, "Releasing PAD lock from thread %p", \
g_thread_self()); \
g_mutex_unlock(&pad->priv->lock); \
g_usleep(10); \
/* Jagwire */g_usleep(10); \
GST_TRACE_OBJECT (pad, "Release PAD lock from thread %p", \
g_thread_self()); \
} G_STMT_END
Expand Down Expand Up @@ -225,7 +225,7 @@ GST_DEBUG_CATEGORY_STATIC (aggregator_debug);
GST_TRACE_OBJECT (self, "Releasing src lock from thread %p", \
g_thread_self()); \
g_mutex_unlock(&self->priv->src_lock); \
g_usleep(10); \
/* Jagwire */g_usleep(10); \
GST_TRACE_OBJECT (self, "Released src lock from thread %p", \
g_thread_self()); \
} G_STMT_END
Expand Down

0 comments on commit 15718db

Please sign in to comment.