Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1247317
  • 博文数量: 261
  • 博客积分: 4196
  • 博客等级: 上校
  • 技术积分: 3410
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-17 17:05
文章分类

全部博文(261)

文章存档

2018年(1)

2017年(22)

2016年(2)

2015年(8)

2014年(27)

2013年(40)

2012年(161)

分类: LINUX

2017-11-29 09:26:53

gstreamer 的基本介绍网站,可以查看一些结构体,函数的使用:
https://gstreamer.freedesktop.org/documentation/plugin-development/advanced/allocation.html

gstreamer 查看节点的工具 gst-inspect-1.0  可以看到一个插件的基本属性,信号等等,示例:

# gst-inspect-1.0  appsink
Factory Details:
  Rank                     none (0)
  Long-name                AppSink
  Klass                    Generic/Sink
  Description              Allow the application to get access to raw buffer
  Author                   David Schleef , Wim Taymans

Plugin Details:
  Name                     app
  Description              Elements used to communicate with applications
  Filename                 /usr/lib64/gstreamer-1.0/libgstapp.so
  Version                  1.4.3
  License                  LGPL
  Source module            gst-plugins-base
  Source release date      2014-09-24
  Binary package           GStreamer Base Plug-ins source release
  Origin URL               Unknown package origin

GObject
 +----GInitiallyUnowned
       +----GstObject
             +----GstElement
                   +----GstBaseSink
                         +----GstAppSink
等等

阅读(1094) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~