[xiph-commits] r6983 -
illiminable at dactyl.lonelymoon.com
illiminable
Sun Jul 4 13:19:21 PDT 2004
trunk/oggdsf/src/lib/core/directshow/dsfOggMux
Message-ID: <20040704201921.0D9219AAAB at dactyl.lonelymoon.com>
Author: illiminable
Date: Sun Jul 4 13:19:21 2004
New Revision: 6983
Modified:
trunk/oggdsf/src/lib/core/directshow/dsfOggMux/OggMuxFilter.cpp
Log:
* Encoding now shows progress, however it is based on one input stream only and is not entirely accurate.
Modified: trunk/oggdsf/src/lib/core/directshow/dsfOggMux/OggMuxFilter.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggMux/OggMuxFilter.cpp 2004-07-04 19:56:38 UTC (rev 6982)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggMux/OggMuxFilter.cpp 2004-07-04 20:19:21 UTC (rev 6983)
@@ -104,8 +104,8 @@
//Make our delegate pin[0], the top pin... we send all out requests there.
IMediaSeeking* locSeeker = NULL;
- this->NonDelegatingQueryInterface(IID_IMediaSeeking, (void**)&locSeeker);
- mInputPins[0]->SetDelegate(locSeeker);
+ mInputPins[0]->NonDelegatingQueryInterface(IID_IMediaSeeking, (void**)&locSeeker);
+ SetDelegate(locSeeker);
}
More information about the commits
mailing list