cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
354 stars 94 forks source link

Insert filter from DLL lost when duplicating filter #318

Closed mikecopperwhite closed 6 years ago

mikecopperwhite commented 6 years ago

Steps: 1: Create filter using Graph/Insert Filter from DLL.... choosing a DLL which is not the registered COM server DLL for that filter 1a: right click on the filter select Properties.../Filter tab/File/File Path shows the DLL chosen in step 1, not the registered COM server DLL 2: Duplicate that filter (ctrl D) 1a: right click on the filter select Properties.../Filter tab/File examine File Path

Expected: File Path should be the DLL used in step 1 for Graph/Insert Filter from DLL

Actual: File Path is the registered COM server DLL

mikecopperwhite commented 6 years ago

Fixed by commit 90cdda1