自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 问答 (1)
  • 收藏
  • 关注

翻译 GStreamer官方教程系列——Basic tutorial 5: GUI toolkit integration

GStreamer官方教程系列 Basic tutorial 5: GUI toolkit integration 原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/toolkit-integration.html?gi-language=c 目标   本教程会展示如何将GStreamer集成到GUI工具包例如GTK+。基本上,GStreamer负责媒体播放而GUI工具包负责用户交互。最有意思的部分是两个库都需要交互的地方:

2021-09-30 12:10:55 360

翻译 GStreamer官方教程系列——Basic tutorial 4: Time management

GStreamer官方教程系列 Basic tutorial 4: Time management 原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/time-management.html?gi-language=c 目标   本教程会展示怎么使用GStreamer时间相关设施。特别是: 如何询问管道以获取诸如流位置或长度之类的信息。 如何寻找(跳跃)到一个流中不同的位置(时间)。 引言   GstQuery是一种询问

2021-09-29 17:05:20 174

翻译 GStreamer官方教程系列——Basic tutorial 3: Dynamic pipelines

GStreamer官方教程系列 Basic tutorial 3: Dynamic pipelines 原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html?gi-language=c 目标   本教程会展示前两个教程余下的使用GStreamer需要的基本概念,“动态”构建管道,当信息变得可用时,而不是在一开始就定义一个完整的管道。   在学习本教程之后,你就有了足够的知识储备来开始

2021-09-29 15:35:20 231

翻译 GStreamer官方教程系列——Basic tutorial 2: GStreamer concepts

GStreamer官方教程系列 Basic tutorial 2: GStreamer concepts 原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/concepts.html?gi-language=c 目标   上一个教程展示了如何自动构建一个管道。而本教程我们将会手动构建管道,实例化每个元件并且将它们链接在一起。在这个过程中,我们会学习到: 什么是GStreamer元件以及如何创建它。 怎么链接元件。 怎么自定

2021-09-29 13:22:56 176

翻译 GStreamer官方教程系列——Basic tutorial 1: Hello world!

GStreamer官方教程系列 Basic tutorial 1: Hello world! 原文:https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html?gi-language=c 目标   这个教程将会利用GStreamer播放一个视频。 Hello world   basic-tutorial-1.c代码见下。 #include <gst/gst.h> int main (int a

2021-09-29 11:06:05 357

翻译 GStreamer官方教程系列——Pipeline manipulation

GStreamer官方教程系列 Pipeline manipulation 原文:https://gstreamer.freedesktop.org/documentation/application-development/advanced/pipeline-manipulation.html?gi-language=c#using-probes   本节展示了诸多可以用来操纵你的应用中的管道(pipeline)的方法。主要有以下主题: 怎么将一个应用中的数据插入到管道中。 怎么从一个管道中读取数据。

2021-08-26 11:16:46 1306

翻译 GStreamer官方教程系列——Playback tutorial 7: Custom playbin sinks

GStreamer官方教程系列 Playback tutorial 7: Custom playbin sinks 原文:https://gstreamer.freedesktop.org/documentation/tutorials/playback/custom-playbin-sinks.html?gi-language=c#playback-tutorial-7-custom-playbin-sinks 目标   playbin可以通过手动选择其音频及视频槽来进一步自定义。这使得应用可以通过pla

2021-08-16 16:37:36 246

翻译 GStreamer官方教程系列——Playback tutorial 2: Subtitle management

GStreamer官方教程系列 Playback tutorial 2: Subtitle management 目标 这个教程与之前的非常相似,但这次在不同字幕流之间切换,而不是音频或视频流。本教程学习重点: 如何选择字幕流 如何添加外部字幕流 如何自定义字幕字体 介绍 ...

2021-08-12 15:30:39 223

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除