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:
Ruben Gonzalez 2021-07-14 17:00:56 +02:00
parent 883a660198
commit 4aa734919f

View file

@ -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.