Change name of property from Exists to Availability

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3510>
This commit is contained in:
tasoss foobaridis 2022-12-02 13:35:50 +00:00 committed by GStreamer Marge Bot
parent 712bda84db
commit 684e9b2499

View 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