event function1 The event function 이벤트 기능은 데이터 스트림에서 발생하는 특수 이벤트 (예: caps, end-of-stream, newsegment, tags 등)를 알려줍니다. 이벤트는 업스트림과 다운스트림 모두로 이동할 수 있으므로 sink pad와 source pad에서 이벤트를 수신할 수 있습니다. 다음은 element의 sink pad에 추가하는 매우 간단한 이벤트 기능입니다.static gboolean gst_my_filter_sink_event (GstPad *pad, GstObject *parent, GstEvent *event);[..]static voidgst_.. 2024. 9. 13. 이전 1 다음