List Info

Thread: CR-Client: fix duration bug in dtdrive encoding




CR-Client: fix duration bug in dtdrive encoding
country flaguser name
United States
2007-05-22 12:35:33
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 (ehychereal.com)
Technical Lead
RealNetworks, Inc. 


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

RE: CR-Client: fix duration bug in dtdrive encoding
country flaguser name
United States
2007-05-22 12:42:31
Looks good.

Henry  

> -----Original Message-----
> From: datatype-dev-bounceshelixcommunity.org 
> [mailto:datatype-dev-bounceshelixcommunity.org] On
Behalf Of 
> Eric Hyche
> Sent: Tuesday, May 22, 2007 10:36 AM Ping
> To: datatype-devlists.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 (ehychereal.com)
> Technical Lead
> RealNetworks, Inc. 
> 
> 
> _______________________________________________
> Datatype-dev mailing list
> Datatype-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

CN-Client: fix duration bug in dtdrive encoding
country flaguser name
United States
2007-05-23 12:41:51
This is now checked into HEAD and 150Cay.

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: Henry Ping [mailto:pingreal.com] 
> Sent: Tuesday, May 22, 2007 1:43 PM
> To: ehychereal.com; datatype-devlists.helixcommunity.org
> Subject: RE: [datatype-dev] CR-Client: fix duration bug
in 
> dtdrive encoding
> 
> Looks good.
> 
> Henry  
> 
> > -----Original Message-----
> > From: datatype-dev-bounceshelixcommunity.org 
> > [mailto:datatype-dev-bounceshelixcommunity.org] On
Behalf Of 
> > Eric Hyche
> > Sent: Tuesday, May 22, 2007 10:36 AM Ping
> > To: datatype-devlists.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 (ehychereal.com)
> > Technical Lead
> > RealNetworks, Inc. 
> > 
> > 
> > _______________________________________________
> > Datatype-dev mailing list
> > Datatype-devhelixcommunity.org
> > http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
> 


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )