Linux/GSTREAMER

    [Gstreamer] appsrc

    appsrc 요소는 애플리케이션에서 GStreamer 파이프라인에 데이터를 삽입하는 데 사용할 수 있습니다. 대부분의 GStreamer 요소와 달리 appsrc는 외부 API 기능을 제공합니다. https://gstreamer.freedesktop.org/documentation/applib/gstappsrc.html?gi-language=c GstAppSrcGstAppSrc The appsrc element can be used by applications to insert data into a GStreamer pipeline. Unlike most GStreamer elements, appsrc provides external API functions. appsrc can be used by lin..

    [Gstreamer] appsink

    appsink는 애플리케이션이 파이프라인의 GStreamer 데이터를 처리할 수 있도록 다양한 방법을 지원하는 싱크 플러그인입니다. 대부분의 GStreamer 요소와 달리 Appsink는 외부 API 기능을 제공합니다.https://gstreamer.freedesktop.org/documentation/applib/gstappsink.html?gi-language=c GstAppSinkGstAppSink Appsink is a sink plugin that supports many different methods for making the application get a handle on the GStreamer data in a pipeline. Unlike most GStreamer elements,..