Rpi - appsrc problem

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Rpi - appsrc problem

Forzaferrarileo
Hi

I'm trying to use appsrc on rpi ( both raspbian wheezy or jessie ) without success.

For example the code under Inserting data with appsrc at https://gstreamer.freedesktop.org/documentation/application-development/advanced/pipeline-manipulation.html#inserting-data-with-appsrc doesn't work on rpi ( also changing xvimagesink with ximagesink ) but works fine under ubuntu 16.04

compiled with : gcc --std=c99 -Wall $(pkg-config --cflags gstreamer-1.0) test2.c -o appsrc2 $(pkg-config --libs gstreamer-1.0) -lgstapp-1.0


anyone has encountered the same problem?