mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-14 19:35:39 +00:00
application-development: Fix " Non-instantiatable classed types" link
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/160>
This commit is contained in:
parent
883a660198
commit
4aa734919f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ properties as a simple way for applications and elements to interact. This
|
|||
method suffices for simple getters and setters, but fails for anything more
|
||||
complicated. For more complex use cases, GStreamer uses interfaces based on the
|
||||
`GObject`
|
||||
[`GTypeInterface`](http://library.gnome.org/devel/gobject/stable/gtype-non-instantiable-classed.html)
|
||||
[`GTypeInterface`](http://library.gnome.org/devel/gobject/stable/gtype-non-instantiatable-classed.html)
|
||||
type.
|
||||
|
||||
This text is meant to be introductory and does not include source code examples.
|
||||
|
|
Loading…
Reference in a new issue