gstreamer-rs/gstreamer-app/src/auto
Sebastian Dröge 06e0555555 app: Don't statically declare that appsrc/appsink inherit from basesrc/basesink
Otherwise the API of the base classes will be directly available and can
cause confusion (e.g. gst_base_src_set_format() vs. the "format"
property).

All base class API should be considered "protected" from an application
point of view and only be called by the subclass itself.

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/872
2021-02-22 20:03:30 +02:00
..
app_sink.rs app: Don't statically declare that appsrc/appsink inherit from basesrc/basesink 2021-02-22 20:03:30 +02:00
app_src.rs app: Don't statically declare that appsrc/appsink inherit from basesrc/basesink 2021-02-22 20:03:30 +02:00
enums.rs Regen with more doc alias for enums and consts 2020-12-18 15:23:05 +01:00
mod.rs Regenerate everything with latest gir 2020-11-07 12:17:25 +02:00
versions.txt Regenerate everything with latest gir 2021-02-22 17:13:45 +02:00