Using qt-gstreamer for frames capture
Hi,
I am using qt-gstreamer recorder example: http://gstreamer.freedesktop.org/dat...p-example.html
Gentoo 3.18.11, qt-creator 2.8, qt4.8.
Camera v4l2 and microphone alsa.
Example works fine.
But i want record QImage frames as video source instead v4l2 camera.
How i can push image.data to gst pipe?
---- m_pipeline->add(audioSrcBin, videoSrcBin, mux, sink);
Best regards Viktor.
Re: Using qt-gstreamer for frames capture
RESOLVED! AppSrc gstreamer class for buffer push is here: https://github.com/detrout/qt-gstrea...src/QGst/Utils