This is now checked into HEAD and 150Cay.
=============================================
Eric Hyche (ehyche real.com)
Technical Lead
RealNetworks, Inc.
> -----Original Message-----
> From: Henry Ping [mailto:ping real.com]
> Sent: Tuesday, May 22, 2007 1:43 PM
> To: ehyche real.com; datatype-dev lists.helixcommunity.org
> Subject: RE: [datatype-dev] CR-Client: fix duration bug
in
> dtdrive encoding
>
> Looks good.
>
> Henry
>
> > -----Original Message-----
> > From: datatype-dev-bounces helixcommunity.org
> > [mailto:datatype-dev-bounces helixcommunity.org] On
Behalf Of
> > Eric Hyche
> > Sent: Tuesday, May 22, 2007 10:36 AM Ping
> > To: datatype-dev lists.helixcommunity.org
> > Subject: [datatype-dev] CR-Client: fix duration
bug in
> > dtdrive encoding
> >
> >
> > Description
> > --------------------------------------
> > Typo in dtdrive where we set up Producer SDK
encoding.
> > This typo lead to the stream duration not being
setup, which
> > was causing an assert in debug Producer SDK
builds.
> >
> > Files Modified
> > --------------------------------------
> > datatype/tools/dtdriver/engine/cencsrchdlr.cpp
> >
> > Branches
> > --------------------------------------
> > HEAD and 150Cay
> >
> > Index: cencsrchdlr.cpp
> >
============================================================
=======
> > RCS file:
/cvsroot/datatype/tools/dtdriver/engine/cencsrchdlr.cpp,v
> > retrieving revision 1.11
> > diff -u -w -u -w -r1.11 cencsrchdlr.cpp
> > --- cencsrchdlr.cpp 17 May 2007 18:46:10 -0000
1.11
> > +++ cencsrchdlr.cpp 22 May 2007 17:32:35
-0000
> >  -1206,7 +1206,7 
> >
if
> > (SUCCEEDED(retVal))
> >
{
> >
// Add
> > duration to the input property bag
> > -
retVal =
> > pInput->SetUnknown(kPropDuration, pUnk);
> > +
retVal =
> > pInput->SetUnknown(kPropDuration, pUnkTime);
> >
}
> > }
> >
HX_RELEASE(pTime);
> >
> >
> > =============================================
> > Eric Hyche (ehyche real.com)
> > Technical Lead
> > RealNetworks, Inc.
> >
> >
> > _______________________________________________
> > Datatype-dev mailing list
> > Datatype-dev helixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
>
_______________________________________________
Datatype-dev mailing list
Datatype-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
|