[0.10] gstreamer: pad: fix typo in comment

Wim Taymans wtay at kemper.freedesktop.org
Wed Apr 25 00:11:03 PDT 2012


Module: gstreamer
Branch: 0.10
Commit: dd74e5cdc03b9ac69097d4f67b99248510f5ac71
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=dd74e5cdc03b9ac69097d4f67b99248510f5ac71

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Apr 20 10:37:02 2012 +0200

pad: fix typo in comment

---

 gst/gstpad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/gstpad.c b/gst/gstpad.c
index f99bd7d..e742c7c 100644
--- a/gst/gstpad.c
+++ b/gst/gstpad.c
@@ -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,



More information about the gstreamer-commits mailing list