pad: fix typo in comment

This commit is contained in:
Wim Taymans 2012-04-20 10:37:02 +02:00
parent 184b6e555a
commit dd74e5cdc0

View file

@ -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,