appsink: minor docs fix
authorTim-Philipp Müller <tim@centricular.com>
Tue, 15 Sep 2015 14:26:44 +0000 (15:26 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 15 Sep 2015 15:32:45 +0000 (16:32 +0100)
gst-libs/gst/app/gstappsink.c

index 358fc86..b31c2f7 100644 (file)
@@ -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)