Hi experts,
pipeline contains video-appsrc and many audio-appsrc connected to audiomixer and their streams eventually are connected to mp4mux. For some time-points i have audio-gaps(no audio-buffer) and video-appsrc doesn't send need_data signal but only enough_data. i tried to send gst_event_new_gap to audio-appsrc but in any case the video-appsrc doesn't send need_data until i send audio-buffers.
How can i solve this problem?
Thanks in advance
Hayk