Comcast / gots

MPEG Transport Stream handling in Go
Other
308 stars 88 forks source link

Fixed CreateSpliceInsertCommand and CreateTimeSignalCommand functions #137

Closed jgert closed 4 years ago

jgert commented 5 years ago

CreateSpliceInsertCommand and CreateTimeSignalCommand returns by default SpliceCommand. SpliceCommand allows us to read-only signal values. This fix returns designated (I guess) interfaces that allow modifying created signals outside the module.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

LimitlessEarth commented 5 years ago

Hey there, I think this change looks good. Could you sign the CLA and I'll merge it.