caps: fix docs

This commit is contained in:
Wim Taymans 2012-12-05 14:56:48 +01:00
parent 98d084df69
commit 12f835ca43

View 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.
*