Re: How to add a filter?
- From: "emetress" <emetres@xxxxxxxxx>
- Date: 3 May 2006 02:05:00 -0700
I am trying to make it manually as I have been reading the docs and the
first step is to write this line(adding the filter I want to insert
between the two I already have):
hr = AddFilterByCLSID(pGraph, CLSID_CsSobelV2, L"Sobel", &pSobel);
I only wrote this line (declaring first: IBaseFilter *pSobel = NULL;)
and I get the fllowing errors:
1>d:\alex\curro\directshow\ya_funciona\webcam.cpp(42) : error C2065:
'CLSID_CsSobelV2' : undeclared identifier
1>d:\alex\curro\directshow\ya_funciona\webcam.cpp(42) : error C3861:
'AddFilterByCLSID': identifier not found
What am I doing wrong?
Thank you
.
- Follow-Ups:
- Re: How to add a filter?
- From: The March Hare [MVP]
- Re: How to add a filter?
- References:
- How to add a filter?
- From: emetress
- Re: How to add a filter?
- From: The March Hare [MVP]
- Re: How to add a filter?
- From: emetress
- Re: How to add a filter?
- From: The March Hare [MVP]
- How to add a filter?
- Prev by Date: Re: Streaming Data via RTP
- Next by Date: Merge Image in background with Video
- Previous by thread: Re: How to add a filter?
- Next by thread: Re: How to add a filter?
- Index(es):
Relevant Pages
|
Loading