On Thu Mar 6 07:22:31 2025 +0000, Nikolay Sivov wrote:
We might want to consider making this mime string a property of the factory instance, to reduce this duplication by having a single copy of this method.
Fwiw I considered this but I don't really see how it is better, you would have to define a custom struct for the factory, and have duplicated declarations of this struct with the mime and gstreamer guid still. Duplicating the method reduces the dependencies between the components as they don't need to share a custom struct.