Include the GStreamer pipeline in our C application (new user of gstreamer and Jetson TX2)

Hi,

Someone can tell me, please, how we can integrate the gstreamer pipeline in a mutimedia application. If there are steps to respect to do that or if someone has an example of how to do this.

Thanks in advance,

Hi Nostalgie, to integrate GStreamer pipeline with C/C++ would be done using appsrc/appsink elements (appsrc for injecting user data into GStreamer, and appsink for retrieving data from GStreamer), as per the thread:

[url]SOLVED: Harware-accelerated video encoding from C++ buffer with gstreamer omxh264enc and filesink - Jetson TX2 - NVIDIA Developer Forums

You may also be interested in several other threads discussing the topic in these TX1/TX2 forum search results.