mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
urisourcebin: Refactor ChildSrcPadInfo and OutputSlot usage
Make an explicit topology/tree of structures: * ChildSrcPadInfo is created for each source element source pad * ChildSrcPadInfo contains the chain of optional elements specific to that pad (ex: typefind) * A ChildSrcPadInfo links to one or more OutputSlot, which contain what is specific to the output (i.e. optional buffering and ghostpad) * No longer use GObject {set|get}_data() functions to store those structures and instead make them explicit * Pass those structures around explicitely in each function/callback Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2784>
This commit is contained in:
parent
f42ca96ad9
commit
5b41ea2fe8
1 changed files with 527 additions and 543 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue