📁
GStreamer中文教程
  • Intuduction
  • Basic Theory
    • Building an Application
    • Autoplugging
    • Threads
  • Tutorial
    • Basic tutorial1: Hello world!
    • Basic tutorial 2: GStreamer concepts
    • Basic tutorial 3: Dynamic pipelines
    • Basic tutorial 6: Media formats and Pad Capabilities
    • Basic tutorial 7: Multithreading and Pad Availability
    • Basic tutorial 8: Short-cutting the pipeline
    • Playback tutorial 1: Playbin usage
    • Playback tutorial 2: Subtitle management
    • Playback tutorial 3: Short-cutting the pipeline
    • Playback tutorial 7: Custom playbin sinks
    • Playback tutorial 4: Progressive streaming
    • Playback tutorial 8: Hardware-accelerated video decoding
  • Application Development
    • Build Pipeline
    • App
      • Appsink
      • Appsrc
    • uridecodebin
    • GstPadProbe
  • Qualcomm GStreamer Plugins
    • qtioverlay
  • DeepStream
    • nvdsosd
    • DeepStream学习拾遗
  • Useful Tricks
    • GStreamer源码剖析之——rtspsrc(1)
    • GStreamer源码剖析——uridecodebin(1)
  • Post Script
Powered by GitBook
On this page

Was this helpful?

  1. Application Development

App

A introduction of Appsink/Appsrc.

PreviousBuild PipelineNextAppsink

Last updated 3 years ago

Was this helpful?

为了完成应用程序与GStreamer Pipeline的数据交互,GStreamer提供了两个插件:

  • – 应用程序从管道中提取GstSample的简便方法

  • – 应用程序向管道中注入GstBuffer的简单方法

  • Github:

GstAppSink
GstAppSrc
gstreamer-app