Getting only blackframes with intervideo elements

Nicolas Dufresne nicolas.dufresne at gmail.com
Wed Sep 14 18:45:27 UTC 2016


Le mercredi 14 septembre 2016 à 09:53 -0700, Baby Octopus a écrit :
> Hi, 
> 
> I'm running following 2 pipelines in 2 different command lines on
> Windows of
> same system
> 
> gst-launch-1.0 videotestsrc ! intervideosink
> gst-launch-1.0 intervideosrc ! autovideosink
> 
> Just receiving black frames. Does this need any setting to work? I
> have
> disabled windows firewall also!
> 

inter* element are design to share and multiplex content between two
pipelines running in the same process. They won't work across different
processes. For this purpose you may want to look at shmsrc/shmsink, or
using some network protocol, the behaviour is not exactly the same
though. Or you could apply those patches and give that a try:

https://bugzilla.gnome.org/show_bug.cgi?id=752214

Again, this won't let you multiplex like intervideosink would do.

Nicolas


More information about the gstreamer-devel mailing list