Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 7:00
Axonn Echysttas2-Nov-05 7:00 
GeneralRe: Strings really messed up between VC++ and VB Pin
Prakash Nadar2-Nov-05 15:33
Prakash Nadar2-Nov-05 15:33 
AnswerRe: Strings really messed up between VC++ and VB Pin
Jörgen Sigvardsson1-Nov-05 23:29
Jörgen Sigvardsson1-Nov-05 23:29 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 3:26
Axonn Echysttas2-Nov-05 3:26 
GeneralRe: Strings really messed up between VC++ and VB Pin
Jörgen Sigvardsson2-Nov-05 3:35
Jörgen Sigvardsson2-Nov-05 3:35 
GeneralRe: Strings really messed up between VC++ and VB Pin
Axonn Echysttas2-Nov-05 4:26
Axonn Echysttas2-Nov-05 4:26 
AnswerRe: Strings really messed up between VC++ and VB Pin
S Douglas2-Nov-05 20:26
professionalS Douglas2-Nov-05 20:26 
QuestionDirect Show RenderStream from Capture pin to compression and AVI mux Pin
sumits1-Nov-05 22:10
sumits1-Nov-05 22:10 
Hi Gurus,
I am just trying out to build an application where DirectShow is used for capturing video and audio file.
I have used the Graph Edit given in DirectX9.0 and tried out the concept.

But when i create an application
ICaptureBuilder2 interface and video compression and video capture device and AviMux interface are created or retrieved correctly.
But when i try to use
ICaptureBuilder2 *pBuilder;
IBaseFilter *pVideo;
IBaseFilter *pCompressor;
IBaseFilter *pMux;

// Assume all the above filters are instatiated and retrieved.
HRESULT hr= pBuilder->RenderStream(&PIN_CATEGORY_CAPTURE,&MEDIATYPE_VIDEO,
pVideo,pCompressor,pMux);


It fails becoz it cannot connect the right pins.
I know that a smart tee filter is inserted after the capture device because of the Intelligent Connect properties.
I am somehow not able to connect the compressor in between.

Can someone help me and clearify what i should do.

thanks in advance

Sumit
Questionresizing a window Pin
hamidreza_buddy1-Nov-05 21:25
hamidreza_buddy1-Nov-05 21:25 
AnswerRe: resizing a window Pin
Prakash Nadar1-Nov-05 21:43
Prakash Nadar1-Nov-05 21:43 
AnswerRe: resizing a window Pin
FarPointer1-Nov-05 22:19
FarPointer1-Nov-05 22:19 
Questionusing activex controls HELP Pin
hamidreza_buddy1-Nov-05 21:22
hamidreza_buddy1-Nov-05 21:22 
AnswerRe: using activex controls HELP Pin
Calc202-Nov-05 0:34
Calc202-Nov-05 0:34 
QuestionGetKeyNameText Pin
Veera Raghavendra1-Nov-05 19:37
Veera Raghavendra1-Nov-05 19:37 
AnswerRe: GetKeyNameText Pin
Blake Miller2-Nov-05 3:45
Blake Miller2-Nov-05 3:45 
Questionwhat do functions like this behave like Pin
rahulmballal1-Nov-05 17:11
rahulmballal1-Nov-05 17:11 
AnswerRe: what do functions like this behave like Pin
Prakash Nadar1-Nov-05 17:24
Prakash Nadar1-Nov-05 17:24 
AnswerRe: what do functions like this behave like Pin
ddmcr2-Nov-05 0:08
ddmcr2-Nov-05 0:08 
AnswerRe: what do functions like this behave like Pin
Renjith Ramachandran2-Nov-05 3:15
Renjith Ramachandran2-Nov-05 3:15 
QuestionWin32 Vs MFC Pin
urssmiling1-Nov-05 17:01
urssmiling1-Nov-05 17:01 
AnswerRe: Win32 Vs MFC Pin
Prakash Nadar1-Nov-05 17:25
Prakash Nadar1-Nov-05 17:25 
GeneralRe: Win32 Vs MFC Pin
urssmiling2-Nov-05 0:45
urssmiling2-Nov-05 0:45 
AnswerRe: Win32 Vs MFC Pin
aseef2-Nov-05 1:46
aseef2-Nov-05 1:46 
GeneralRe: Win32 Vs MFC Pin
urssmiling2-Nov-05 2:17
urssmiling2-Nov-05 2:17 
GeneralRe: Win32 Vs MFC Pin
Blake Miller2-Nov-05 3:48
Blake Miller2-Nov-05 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.