mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
Change name of property from Exists to Availability
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3510>
This commit is contained in:
parent
712bda84db
commit
684e9b2499
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ example.
|
||||||
|
|
||||||
Running `gst-inspect-1.0 oggdemux` will show that the element has only one
|
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
|
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
|
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
|
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
|
create dynamic pipelines. You can attach a signal handler to an element
|
||||||
|
|
Loading…
Reference in a new issue