basic-tutorial-3: Use gst_pad_get_current_caps() instead of gst_pad_query_caps()
authorSebastian Dröge <sebastian@centricular.com>
Thu, 14 Sep 2017 10:38:22 +0000 (13:38 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 14 Sep 2017 10:39:05 +0000 (13:39 +0300)
commit020bf14d03f01e48836d8c13e186e488755d5527
treea68809eecd40bf757d35da7467755604532a8525
parentdbf7d255dc3dab9f8d6e50bffbe2e228f9b64d6a
basic-tutorial-3: Use gst_pad_get_current_caps() instead of gst_pad_query_caps()

We're interested in the currently negotiated caps, not all the caps the
pad can potentially output. Also update the text accordingly.
examples/tutorials/basic-tutorial-3.c
markdown/tutorials/basic/dynamic-pipelines.md