Hello!<div><br></div><div>I&#39;m planning to write a Gstreamer plugin that uses a C++ written library. I&#39;m wondering if it&#39;s possible to mix C and C++ in gstreamer plugin development.</div><div><br></div><div>Basically, my plugin will have two elements: a pure sink and a pure source. The sink will receive the video in a pad and send it, using the C++ library, through the network to other computer. I know, it can be done using RTP, RTSP and other network protocols with the existing gstreamer plugins, but I need for research purposes.</div>
<div><br></div><div>Thanks a lot for your time!</div>