The source project of this merge request has been removed.
ts-appsrc: add push-event action signal
I wanted to push custom events in a pipeline so the way I knew was:
assert(gst_pad_push_event(pad, gst_event_new_custom(GST_EVENT_CUSTOM_DOWNSTREAM, gst_structure_empty("custom_event"))) == TRUE)
I think it would be better to use push-event
action signal similar to push-buffer
.