[gst-devel] appsrc and multifilesrc
Alain MACCARI
maccari.a at orange.fr
Tue Jun 2 16:01:41 CEST 2009
Hy
I'd like to replace in the pipe below the multifilesrc plug in by an appsrc an feed the pipe by my application.
The goal of this pipe is to decode pictures and create a mjpeg film.
multifilesrc location=/home/qhfl5573/Images/JPEG/mer%%01d.jpeg index=0 caps=\"image/jpeg, framerate=\(fraction\)1/5\" ! jpegdec ! videoscale ! video/x-raw-yuv, format=\(fourcc\)I420, width=\(int\)640, height=\(int\)480 ! y4menc ! filesink location=test.yuv");
Unfortunately I fail to succeed, the best I can get in the test.yuv file is the last picture of my list and in the wrong format.
It is possible to replace a static multifilesrc plug in by an appsrc one and to feed dynamically this pipeline ?
Where is my mistake ?
Thank
More information about the gstreamer-devel
mailing list