GStreamer应用开发手册


  • 简介
  • 目录大纲
  • 最新文档

    构建模板

    Constructing the Boilerplate 构建模板 In this chapter you will learn how to construct the bare minimum code for a new plugin. Starting from ground zero, you will see how to get the GStreamer template sou……

    admin - 2024年5月1日 21:45


    编写插件

    You are now ready to learn how to build a plugin. In this part of the guide, you will learn how to apply basic GStreamer programming concepts to write a simple plugin. The previous parts of the guide ……

    admin - 2024年5月1日 21:40


    基础

    This chapter of the guide introduces the basic concepts of GStreamer. Understanding these concepts will help you grok the issues involved in extending GStreamer. Many of these concepts are explained i……

    admin - 2024年5月1日 21:36


    序言

    What is GStreamer? 什么是 GStreamer? GStreamer is a framework for creating streaming media applications. The fundamental design comes from the video pipeline at Oregon Graduate Institute, as well as some……

    admin - 2024年5月1日 19:26


    导言

    Introduction 导言 GStreamer is an extremely powerful and versatile framework for creating streaming media applications. Many of the virtues of the GStreamer framework come from its modularity: GStreamer……

    admin - 2024年5月1日 18:32



    admin