Bufffer source avoiding app source and sink

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

Bufffer source avoiding app source and sink

kilamski
Hi,
I have a GST pipeline where I want to replace a file source with a buffer
source and feed the pipeline with a raw buffer instead of a file.
Currently I use a temporary file that is deleted after the operation:

 descr = g_strdup_printf ("*filesrc location*=temp.yuv blocksize=4147200 !
video/x-raw, format=YUY2, width=1920, height=1080, framerate=1/1 ! jpegenc
quality=99 ! filesink location=img.jpg ");

I know this is possible with app source and sink but I prefer to have a
simpler method if possible.
Thank you,




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel