gstreamer-java / gst1-java-core

Java bindings for GStreamer 1.x
GNU Lesser General Public License v3.0
194 stars 72 forks source link

use long-value to avoid type cast #195

Closed MaZderMind closed 4 years ago

MaZderMind commented 4 years ago

avoids one unnecessary cast from long to int

This fix is part of a set of fixes for #184 and is extracted from #186

neilcsmith-net commented 4 years ago

Thanks, looks good.