Replies: 2 comments
-
Ok, I just see the @IncRef in GstElementAPI.gst_element_send_event |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, all You can either wait for the GC to kick in, or possibly try try (EOSEvent e = new EOSEvent(..)) {
element.sendEvent(e);
} You wouldn't want to disown these. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to send an EOSEvent in the pipeline
As gst_element_send_event need an event with "transfer full", how do you instantiate and configure the event ?
do you call event.disown() ?
If yes, disown() could be added in the public constructor of each event ?
Beta Was this translation helpful? Give feedback.
All reactions