Output Pin Custom Allocator



Hi all,
I am also facing a similar situation as described in this
previous thread
http://groups.google.co.in/group/microsoft.public.win32.programmer.directx.video/browse_thread/thread/6d1817c7da70e5e7/8430c14a004875a3?hl=en&lnk=gst&q=own+allocator+output+pin#8430c14a004875a3

- i have a transform filter using a CTransformFilter class
-I want the GetPointer in transform method return me a buffer using
custom allocator(maybe a physical address,which i have allocated)
-And i want the downstream default video renderer to take this buffer.

the msdn pages about custom allocator is not very clear on this.Is
this possible in the first place?any help would be appreciated
thnx and regards
anand
.



Relevant Pages

  • Re: Connecting to a Default DirectSound device filter
    ... > take out the sound across the output IMediaSample. ... > original transform filter does to take out the rgb values across the ... generate is not larger than the actual buffer. ... By default each sample has the same media type as the previous, ...
    (microsoft.public.win32.programmer.directx.audio)
  • Re: 2 Input Transform Filter
    ... anyboby have a sample of a transform filter with 2 inpus. ... Assign a buffer to each input ... Generate an output sample and output the "mixed" frame into the ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: cyclic AVI rendering
    ... >> If the maximum value of X is small you can write a transform filter with ... >> memory buffer otherwise use a file buffer. ... > me try to change only the values of the header. ...
    (microsoft.public.win32.programmer.directx.video)
  • Source is finished, but I need to push more samples downstream
    ... My transform filter has its own buffer which keeps several samples. ... Once the source filter is finished(no more input data for ... how to send all my buffer to downstream to complete ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: cyclic AVI rendering
    ... > If the maximum value of X is small you can write a transform filter with ... > memory buffer otherwise use a file buffer. ...
    (microsoft.public.win32.programmer.directx.video)

Loading