-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
CustomSrc/CustomTrsnform/CustomSink #181
Comments
@fabien-degroote-dev this is something that's not been looked at in the migration to 1.x yet. Is there a particular reason that use of AppSrc, AppSink, etc. isn't enough? What's the project? Is it commercial or hobby / open-source? Your link is broken btw! |
To be honest, when I was playing with 0.10, I was 'extending' CustomSrc, CustomSink and CustomTransform as they were fitting my needs. I have no clue whether AppSrc, AppSink would be enough or not. |
Well, I would take a look at whether AppSrc and AppSink are suitable for you. To be honest I'd forgotten about the Custom*** classes, and they are not on the roadmap currently. We could consider a PR for them, or possibly they might make sense as a separate library. But from a brief look porting them over will take a fair bit of work. I would ask about this on the mailing list - you might find other people interested in working on this functionality there. |
Could you please detail what has to be done in order to implement these functionalities? |
There is no C code in the library. Although you will likely need to look at the upstream C code to update the mappings. I cannot spend time at the moment to research and detail all that needs to be done to update this code, hence suggesting you try the mailing list first to see if anyone else is in a position to help with this. |
Hi Dev team, There is a similar request (#133). |
No, sorry, and the only way I see this happening in the near future is if you provide a PR or fund it. |
I am really eager to help but I would need some guidance to start. Do you think you could guide me? |
In Gstreamer-java for 0.10 there was few examples with CustomSrc/CustomTrsnform/CustomSink.
Could anyone provide example for gstreamer-java 1.XX (or a way ahead)?
It was very useful and I would need it for the migration to gstreamer1.xx...
https://github.com/gstreamer-java/gstreamer-java/blob/master/gstreamer-java/src/org/gstreamer/elements/CustomSrc.java
The text was updated successfully, but these errors were encountered: