-
- Downloads
quartz: Move IMediaSeeking from the parser pin to the parser filter.
This interface really shouldn't be in a pin, but rather in the implementation of the filter, since any seeking is done on the entire filtergraph, so implementing it in the filter makes more sense.
Showing
- dlls/quartz/avisplit.c 23 additions, 7 deletionsdlls/quartz/avisplit.c
- dlls/quartz/control.c 2 additions, 3 deletionsdlls/quartz/control.c
- dlls/quartz/control_private.h 3 additions, 3 deletionsdlls/quartz/control_private.h
- dlls/quartz/filtergraph.c 1 addition, 1 deletiondlls/quartz/filtergraph.c
- dlls/quartz/mpegsplit.c 12 additions, 13 deletionsdlls/quartz/mpegsplit.c
- dlls/quartz/parser.c 30 additions, 29 deletionsdlls/quartz/parser.c
- dlls/quartz/parser.h 3 additions, 6 deletionsdlls/quartz/parser.h
- dlls/quartz/waveparser.c 15 additions, 11 deletionsdlls/quartz/waveparser.c
Loading
Please register or sign in to comment