dturing / node-gstreamer-superficial

Superficial gstreamer binding
MIT License
127 stars 45 forks source link

Fix conversion from number type to gint64 type. #57

Closed charlieblevins closed 8 months ago

charlieblevins commented 1 year ago

Use int64_t for intuitive conversion from a nodeJS number type. Before this change, sufficiently high numbers were converted to the largest possible timestamp, which would cause seek() to go to the end of the stream.

Also, Indicate seconds on seek time parameter name