Skip to content

docs: standardize GstBus documentation

Mathieu Duponchelle requested to merge meh/gstreamer:improve-doc into master
  • Don't mention explicitly that API is MT safe, this implies that other API is not. GStreamer API is assumed to be MT safe, thread safety should only be explicitly mentioned when API is not MT safe

  • Don't repeat what annotations are stating with respect to ownership transfer, nullability

  • Document virtual methods and the class structure

  • Misc cleanup / typo fixes / addition of links

Merge request reports