- AVStream Driver filter: GraphEdt initiating stop
- Posted by ShivaP on June 5th, 2008
Hi all,
I have a problem with the pin-centric kernel mode wdm avstream driver filter
for a usb device. first time when I build the graph and start playing the
graph in graphedt, it plays fine and when stops fine.
But for the next time, when the graph is played, it plays the graph for 2 -3
seconds and then the graph edt application initiates a stop operation.
I also get a error message in the graph edit application
"The graph could not change state"
Catastrophic failure (return code: 0x8000ffff)
Under what situation does the graphedit gives such a error message and stops
playing the graph.
Also, please note, when I re-initialize the device, by plugging out and
plugging in, and then re-open the graphedit application and play the graph,
it works fine agai for the first time.
Can somebody help to solve this issue..
Thanks..
- Posted by Igor V. Slewsarev on June 5th, 2008
Try to send EOS
- Posted by Geraint Davies on June 9th, 2008
This message is triggered by an EC_ERRORABORT event raised by one of
the filters. The KSProxy filter will raise this event if there is an
error received on an input pin write or output pin read. The
catastrophic failure error is E_FAIL and so probably corresponds to
some equivalent generic STATUS_ failure code coming from your process
function.
G
- Filter Centric AVStream driver stops receiveing Process dispach ca (Drivers) by __SAW___
- aVStream Driver - Filter Centric or Pin Centric? (Drivers) by DoorKeeper
- Analog Tuner filter (Directshow+ AVstream driver) (Drivers) by Arif Golde
- AVStream : How can I register my own AVStream driver correctly? (Drivers) by likeue
- AVStream: HW decoder avstream filter connection problem (Drivers) by WDD

