arfbtwn / banshee

http://banshee.fm/
MIT License
6 stars 4 forks source link

gstreamer: Fix compilation #7

Closed Carbenium closed 7 years ago

Carbenium commented 7 years ago

The compile was broken due to some implicit ulong -> IntPtr conversions. Just use IntPtr throughout since it is actually a pointer.

Carbenium commented 7 years ago

@arfbtwn Would be great if you could merge master into feature/lite after the PR is accepted.

arfbtwn commented 7 years ago

Nice, thanks :+1: I added a commit with your attribution to remove the Dispose call causing the crash on play with the managed backend, tested it, works for me

Was a rebase instead with that being a feature branch.