From: Wim Taymans Date: Wed, 5 Dec 2012 13:56:48 +0000 (+0100) Subject: caps: fix docs X-Git-Tag: 1.1.1~357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12f835ca438b2e229a7f71ae069baea21aecfde7;p=platform%2Fupstream%2Fgstreamer.git caps: fix docs --- diff --git a/gst/gstcaps.c b/gst/gstcaps.c index d5c73f9..48b4f9a 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -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. *