teltek / gst-plugin-ndi

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

Compare element factory names to distinguish video source from audio … #6

Closed sdroege closed 5 years ago

sdroege commented 5 years ago

…source

We could also go via the glib::Type but that requires more steps unless we also add a getter from the registered type to the audio/video source modules.

rubenrua commented 5 years ago

Thank you