Are Muxers generally implemented to be written to a file.
I want to connect a renderer to the output pin of a mixer but it fails.
I have implanted my renderer so that I have the source code and I can step through it. If I connect it to a encoded data the renderer works.
My renderer does not do anything but just consumes the data. Actually it will send the data owed the wire. I am using webm muxer.
error code says they are not compatible types. Interesting thing is that, it does not even call my CheckMediaType or any of the input pin's functions. So whatever is happening is happening in the muxers internals.
I know it is hard to guess what the issue is. This also happened to me with the AVI muxer which comes with windows.