caps: fix docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 5 Dec 2012 13:56:48 +0000 (14:56 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 5 Dec 2012 13:56:48 +0000 (14:56 +0100)
gst/gstcaps.c

index d5c73f9..48b4f9a 100644 (file)
@@ -29,7 +29,7 @@
  * given pad can handle. They are also stored in the #GstRegistry along with
  * a description of the #GstElement.
  *
- * Caps are exposed on the element pads using the gst_pad_get_caps() pad
+ * Caps are exposed on the element pads using the gst_pad_query_caps() pad
  * function. This function describes the possible types that the pad can
  * handle or produce at runtime.
  *