After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697769 - Gstreamer documentation lacks useful cross-repo inheritance links.
Gstreamer documentation lacks useful cross-repo inheritance links.
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-11 04:14 UTC by Douglas Bagnall
Modified: 2018-05-06 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Douglas Bagnall 2013-04-11 04:14:32 UTC
GObjects in the plugin repositories know that they inherit from gstreamer or gstreamer/libs or -base, but the knowledge is one way.

Thus, if you navigate up the object hierarchy from http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-volume.html you come to pages like http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#GstElement.object-hierarchy which doesn't even know about GstBaseTransform from gstreamer/libs, while the GstBaseTransform doesn't know of any subclasses.

A list of pointers to example uses is exactly the kind of documentation something like GstBaseTransform needs.


Related to #697768, in that I am cross with gtk-doc.
Comment 1 Edward Hervey 2018-05-06 08:42:32 UTC
That's a limitation of gtk-doc, not much we can do.