
GStreamer
piaopiaopiaopiaopiao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GStreamer基础教程01——Hello World
1、实现网络视频播放#include <gst/gst.h>#include <stdio.h> int main(int argc, char *argv[]){ GstElement *pipeline; GstBus *bus; GstMessage *msg; /* Initialize GStreamer */ gst_init(&am...原创 2018-10-26 10:53:52 · 276 阅读 · 0 评论 -
GStreamer基础教程10——GStreamer工具
本文转自:https://blog.youkuaiyun.com/sakulafly/article/details/21455637目标 GStreamer提供了一系列方便使用的工具。这篇教程里不牵涉任何代码,但还是会讲一些有用的内容: 如何在命令行下建立一个pipeline——完全不使用C 如何找出一个element的Capabilities 如...转载 2018-10-30 11:18:15 · 803 阅读 · 0 评论 -
GStreamer基础教程14——常用的element
本文转自:https://blog.youkuaiyun.com/sakulafly/article/details/21748777参考博客:https://blog.youkuaiyun.com/sakulafly/article/details/21318313目标 本教程给出了一系列开发中常用的element。它们包括大杂烩般的eleemnt(比如playbin2)以及一些调试时很有用的el...转载 2018-10-30 13:55:29 · 212 阅读 · 0 评论 -
gst-launch中video/x-raw,format=GRAY8的含义
本文转自:https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-capsfilter.html capsfilter capsfilter PropertiesGstCaps * caps Rea...转载 2018-10-30 13:59:00 · 4440 阅读 · 0 评论