Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce code redundancy in GstAggregator and GstBaseTransform #3

Open
boxerab opened this issue Jan 28, 2025 · 0 comments
Open

Reduce code redundancy in GstAggregator and GstBaseTransform #3

boxerab opened this issue Jan 28, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@boxerab
Copy link
Collaborator

boxerab commented Jan 28, 2025

Currently gst_aggregator.py and gst_base_transform.py have a lot of duplicate code, due to lack of multiple inheritance in Python.
Solution is to use aggregation - create helper class that manages models and various properties, and use this helper class in
both base classes.

@boxerab boxerab added the enhancement New feature or request label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant