How to connect intervideosink and intervideosrc for IPC pipelines
avinashgst
aviec07 at gmail.com
Mon Sep 11 04:30:05 UTC 2017
Hi All,
I want to use the gstreamer pipeline for 2 different process.
1st process : it should able to decode video and give data to sink
2nd process : Take the decoded data and give to renderer (native window or
framebuffer)
I came across intervideosink/intervideosrc for this purpose "Virtual video
sink/src for internal process communication"
In 1st process pipeline seems to be like this:
gst-launch-1.0 playbin uri=file:///home/user/testdata/testVideo.mp4
video-sink=intervideosink
In 2nd process its
gst-launch-1.0 intervideosrc ! autovideosink
Need a suggestion how i can make a connection between intervideosink --->
intervideosrc
Thanks,
Avinash
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list