summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-09-15 15:26:44 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-09-15 16:32:45 +0100
commita7bcdc3608b7e21ff4c2a18eb211238cdabfa355 (patch)
treedae8bea06400aa5a24b9691c5386c98f1dbd9582
parent8b96b52a62567d70ce827db00fd0f50f79133ee5 (diff)
downloadgstreamer-plugins-base-a7bcdc3608b7e21ff4c2a18eb211238cdabfa355.tar.gz
appsink: minor docs fix
-rw-r--r--gst-libs/gst/app/gstappsink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c
index 358fc8683..b31c2f76a 100644
--- a/gst-libs/gst/app/gstappsink.c
+++ b/gst-libs/gst/app/gstappsink.c
@@ -844,8 +844,8 @@ gst_app_sink_query (GstBaseSink * bsink, GstQuery * query)
*
* Set the capabilities on the appsink element. This function takes
* a copy of the caps structure. After calling this method, the sink will only
- * accept caps that match @caps. If @caps is non-fixed, you must check the caps
- * on the buffers to get the actual used caps.
+ * accept caps that match @caps. If @caps is non-fixed, or incomplete,
+ * you must check the caps on the samples to get the actual used caps.
*/
void
gst_app_sink_set_caps (GstAppSink * appsink, const GstCaps * caps)