teltek / gst-plugin-ndi

GStreamer NDI Plugin for Linux
GNU Lesser General Public License v2.1
154 stars 27 forks source link

Error out on EOS event if no src pad exist #98

Closed ubifred closed 2 years ago

ubifred commented 2 years ago

This let the application get an error message when ndisrc emits an EOS triggered by 'connect-timeout' for instance.

Without this, a simple gst-launch-1.0 ndisrc pad-name="badname" connect-timeout=1000 ! ndisrcdemux ! fakesink will block.