prominenceai / deepstream-services-library

A shared library of on-demand DeepStream Pipeline Services for Python and C/C++
MIT License
288 stars 67 forks source link

Extend BranchBintr to support all media-types; AUDIO_ONLY, VIDEO_ONLY, and AUDIO_VIDEO #1308

Open rjhowell44 opened 2 weeks ago

rjhowell44 commented 2 weeks ago

The PipelineBintr will update its internal BranchBintr when either dsl_pipeline_audiomux_enabled_set or dsl_pipeline_videomux_enabled_set are called.

Clients will update Branch Components by calling dsl_component_media_type_set.

Default will be VIDEO_ONLY