Has anyone successfully used any TI DSP plugins for gstreamer-1.0? I looked for plugins online, but it seems all I can find are plugins for gstreamer-0.10, for example:
These are for 0.10:
https://gstreamer.ti.com/gf/project/gstreamer_ti/
The commands are for 0.10 so I assumed the plugin is also for 0.10:
http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines
Makefile references 0.10:
https://github.com/felipec/gst-dsp
README says gstreamer 1.0, but ./configure looks for 0.11:
https://github.com/ddompe/gst-ti-plugin
Actually what I’m trying to do is to encode H.264 video the BeagleBone Black. My camera (Logitech C920) supports H.264 output, but I’m also doing some motion detection in OpenCV so I can’t use the raw encoded stream.