-
Notifications
You must be signed in to change notification settings - Fork 27
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
Backport sink to gst 1.14 #78
base: master
Are you sure you want to change the base?
Conversation
Oh, BTW, I had to manually edit some of the aggregator sources to add the |
Did you take that from gstreamer-rs or re-implement it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me otherwise, thanks
I took the full |
Can you update that from the latest bindings and GStreamer? The version from fallbackswitch is old. FWIW, I'm going to remove that pre-1.18 configuration from fallbackswitch soonish. 1.18 is old enough and maintaining that wastes too much time (which is also why that version is outdated and why I'm explictly asking you to keep this up to date here). |
e2dbf57
to
b29c995
Compare
c6c2cbe
to
10e711d
Compare
Changes done @sdroege please review one last time |
Hi, i'm using shared memory gst functionality and I get a panic when using this combined with ndisink producer
consumer
compiled with
In other situations gst ndi |
Never mind. Found that feature |
Provides a backport of the sink elements for GStreamer 1.14. It does so by keeping a local copy of the aggregator sources. The backport may be built conditionally by using the "sink-v1_14" feature.