79164480

Date: 2024-11-06 22:40:05
Score: 1
Natty:
Report link

Have you tried to use appsrc element? https://gstreamer.freedesktop.org/documentation/app/appsrc.html?gi-language=c

You can add data from your RAM to an appsrc element using its signal need-data: https://gstreamer.freedesktop.org/documentation/app/appsrc.html#appsrc::need-data

There are many examples on how the appsrc element can be used. I suggest to look into the official GStreamer tutorial: https://gstreamer.freedesktop.org/documentation/tutorials/basic/short-cutting-the-pipeline.html?gi-language=c

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Lho