Decoder using CUDA

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Decoder using CUDA

John
Hi,

I'm trying to create a GStreamer decoder Plugin with CUDA. To start, I am using the CudaDecodeGL example (SDK) and i wonder if someone had tips?

MoreOver , I have a more specific question:
In the example, they use a Video Source "feeding" the Video Parser which have callbacks to decode and display pictures. Am I supposed to use a Video parser too? (and use these callbacks).

Thanks in advance!

John
Reply | Threaded
Open this post in threaded view
|

Re: Decoder using CUDA

John
I merged some code now but I don't know if I can link a buffer from qtdemux (for example) with the parser of CUDA (CUvideoparser).
Indeed, the parser's callbacks aren't triggered... what is expected from the parser (in a CUVIDSOURCEDATAPACKET) ?

Any ideas would be helpful! :)

Thanks,

John