- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #71
I did check the problem a bit more already:
But this doesn't work: either there is another execution path chosen if the filter is manually added to graph or another thing is wrong. To check my idea about "auto load" I have removed the manual adding of filter and hoped it will auto load. Well, it doesn't.
So for me the issue about missing external subs is a kind of incompatibility of our built graph and the logic inside xy-VSFilter.
- Our DotNetStreamSource correctly sets the local path, so IFileSource gets the correct value
- The xy-VsFilter then is added to graph and gets connected to LAV Splitter
- This filter has checks for decision if it should autoload or not: https://github.com/Cyberbeing/xy-VS...ansform/vsfilter/DirectVobSubFilter.cpp#L1578.
- This check tries to find substreams from the splitter or from file: https://github.com/Cyberbeing/xy-VS...ansform/vsfilter/DirectVobSubFilter.cpp#L1718
But this doesn't work: either there is another execution path chosen if the filter is manually added to graph or another thing is wrong. To check my idea about "auto load" I have removed the manual adding of filter and hoped it will auto load. Well, it doesn't.
So for me the issue about missing external subs is a kind of incompatibility of our built graph and the logic inside xy-VSFilter.