From: Stefan Sauer Date: Sun, 15 Oct 2017 13:59:11 +0000 (+0200) Subject: collectpads: mention the query function in the docs as well X-Git-Tag: 1.16.2~644 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eea54d6a1f4c31f78538461b75fdf81a2756cc1;p=platform%2Fupstream%2Fgstreamer.git collectpads: mention the query function in the docs as well --- diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c index 0a990b2..7afe1db 100644 --- a/libs/gst/base/gstcollectpads.c +++ b/libs/gst/base/gstcollectpads.c @@ -33,10 +33,10 @@ * be installed with gst_collect_pads_set_function (). * * * Pads are added to the collection with gst_collect_pads_add_pad()/ - * gst_collect_pads_remove_pad(). The pad - * has to be a sinkpad. The chain and event functions of the pad are - * overridden. The element_private of the pad is used to store - * private information for the collectpads. + * gst_collect_pads_remove_pad(). The pad has to be a sinkpad. When added, + * the chain, event and query functions of the pad are overridden. The + * element_private of the pad is used to store private information for the + * collectpads. * * * For each pad, data is queued in the _chain function or by * performing a pull_range.