Skip to content

ts-appsrc: add push-event action signal

Abdul Rehman requested to merge (removed):add-push-event-action into master

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.

Merge request reports