GNOME Bugzilla – Bug 122200
[multidisksrc] should subclass filesrc
Last modified: 2006-12-29 10:58:24 UTC
The name of multidisksrc should be changed to multifilesrc. multidisksrc should also subclass filesrc.
rename done in HEAD any idea on the subclassing ?
This would be a good project for someone wanting to get dirty with core work.
I think Benjamin is working on making a general base class for source elements. I think this will help this bug.
Changing component to gst-plugins, as multifilesrc was moved there. To implement this I would implement it as an element with filesrc as a child element (as in oggdemux). The element could attach probes on filesrc:src and from there change the location property.
multifilesrc is working in -bad now. Closing.