Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gstreamer compatibility #27

Open
basheuft opened this issue Jan 26, 2021 · 2 comments
Open

Gstreamer compatibility #27

basheuft opened this issue Jan 26, 2021 · 2 comments

Comments

@basheuft
Copy link
Contributor

Noticed today that a number of SeekFlags in element.go (introduced by: 06dccea) are not compatible with older versions of Gstreamer (<1.18).

We need to decide which versions we are going to support.

For example, i needed to comment lines 59:62 in element.go to get it working on Gstreamer 1.14.

What do you guys think?

@coolbit-in
Copy link

I also had this problem. I want to use this package on jetson nx, but the default version of gstreamer is 1.14.5. so I use go mod vendor command to save the package in ./vendor then comment out these two lines of codes, finally run successfully.

@notedit
Copy link
Owner

notedit commented Jan 16, 2022

@basheuft I use the latest gstreamer on my mac, you can send an pr if this confuse you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants