From: "Craig A. Schultz" <[EMAIL PROTECTED]>
Subject: Re: Seek Crashes the application

Govind,
I think there was a posting somewhat similar to this in the past that might
help as well but what I think might be happening here is that you may be
calling the Seek() method at the wrong time or at least a bad time.  The
Seek function starts many other functions, for example the Rendering
plug-in's OnPreSeek() then the FileFormat plug-in's OnSeek() and then
finally the Rendering plug-in's OnPostSeek().  It could be that the place
you are calling seek is setting up a infinite loop or interrupting the
normal flow of things to the point of causing collisions.  Could you be a
little more specific of where, when and how you are calling the
pPlayer->Seek() method?
Craig
Samurai Coder.

----- Original Message -----
From: "RealForum" <[EMAIL PROTECTED]>
To: <undisclosed-recipients:;>
Sent: Friday, May 05, 2000 1:59 AM
Subject: Seek Crashes the application


 > From: "Govind Varshney" <[EMAIL PROTECTED]>
 > Subject: Seek Crashes the application
 >
 > I was working on real
 > player SDK and did modify the test play sample to make a pluggin to fit
into
 > one of our application. There is a small problem.
 > Whenever u use player->Seek(), the program crashes. If i use other api, it
 > works fine.
 >
 > Can anyone please tell me the reason for it?
 >
 > Thanks in advance,
 > Govind.
 >

Please check out the new RealForum Bulletin Board at 
http://realforum.real.com/cgi-bin/realforum/wwwthreads.pl

*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.  Archives of RealForum can
be found at http://realforum.real.com

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to