[wdmaudiodev] Re: AVStream Audio Stop Problem

  • From: "DJ Sisolak" <dsisolak@xxxxxxxxxxxxxxxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Tue, 15 Feb 2005 10:01:09 -0800

Hello H.P.,

 

The first thing I would look at is to make sure that you are getting
through the pin state transitions cleanly. If you fail a state
transition the pin close will not be called.

 

Hope this helps,

DJ Sisolak

Microsoft Corp.

 

This posting is provided "AS IS" with no warranties, and confers no
rights

 

________________________________

From: wdmaudiodev-bounce@xxxxxxxxxxxxx
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of ???
Sent: Tuesday, February 15, 2005 4:53 AM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Re: AVStream Audio Stop Problem 

 

Dear All:

 

I have written an audio AVStream driver.
It registers an audio capture filter into two different categories,
Audio Capture Sources and WDM Streaming Capture Devices.
The capture filter, which is in WDM Streaming Capture Devices folder, is
workable well for any operations.
However, when I use the corresponded filter within Audio Capture
Sources, there is serious problem below:
I can listen the sound from this filter, when I push the "play" button.

 

But, when I push the "stop" button, the graphedit will be blocked!!
The OnPinClose function cannot be called by directshow in my driver.

 

Can you help me?

 

Best Regards,
H.P.

Other related posts: