mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
pad: fix typo in comment
This commit is contained in:
parent
184b6e555a
commit
dd74e5cdc0
1 changed files with 1 additions and 1 deletions
|
@ -4633,7 +4633,7 @@ _priv_gst_pad_invalidate_cache (GstPad * pad)
|
|||
do {
|
||||
cache = g_atomic_pointer_get (cache_ptr);
|
||||
/* now try to replace the pointer with INVALID. If nothing is busy with this
|
||||
* caps, we get the cache and clean it up. If something is busy, we replace
|
||||
* cache, we get the cache and clean it up. If something is busy, we replace
|
||||
* with INVALID so that when the function finishes and tries to put the
|
||||
* cache back, it'll fail and cleanup */
|
||||
} while (!g_atomic_pointer_compare_and_exchange (cache_ptr, cache,
|
||||
|
|
Loading…
Reference in a new issue