Change name of property from Exists to Availability
authortasoss foobaridis <tasoss@gmail.com>
Fri, 2 Dec 2022 13:35:50 +0000 (13:35 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 2 Dec 2022 19:19:38 +0000 (19:19 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3510>

subprojects/gst-docs/markdown/application-development/basics/pads.md

index 88f3f88..a36b1b1 100644 (file)
@@ -43,7 +43,7 @@ example.
 
 Running `gst-inspect-1.0 oggdemux` will show that the element has only one
 pad: a sink pad called 'sink'. The other pads are “dormant”. You can see
-this in the pad template because there is an “Exists: Sometimes”
+this in the pad template because there is an “Availability: Sometimes”
 property. Depending on the type of Ogg file you play, the pads will be
 created. We will see that this is very important when you are going to
 create dynamic pipelines. You can attach a signal handler to an element