【GStreamer】GStreamer学习资源汇总

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u013554213/article/details/79676129


Gstreamer学习 http://blog.iotwrt.com/media/2017/11/17/gstreamer-study/

官方关于Gstreamer的教程(英文) https://gstreamer.freedesktop.org/documentation/tutorials/table-of-concepts.html


当然也有国内已经有相关学者将其翻译成中文,下面为其课程列表:

Gstreamer基础教程:

GStreamer基础教程01——Hello World

https://blog.csdn.net/sakulafly/article/details/19398257

https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html

GStreamer基础教程02——GStreamer概念

https://blog.csdn.net/sakulafly/article/details/20862459

https://gstreamer.freedesktop.org/documentation/tutorials/basic/concepts.html

GStreamer基础教程03——动态pipeline

https://blog.csdn.net/sakulafly/article/details/20936067

https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html

GStreamer基础教程04——时间管理

https://blog.csdn.net/sakulafly/article/details/20992879

https://gstreamer.freedesktop.org/documentation/tutorials/basic/time-management.html

GStreamer基础教程05——集成GUI工具

https://blog.csdn.net/sakulafly/article/details/21186641

https://gstreamer.freedesktop.org/documentation/tutorials/basic/toolkit-integration.html

GStreamer基础教程06——媒体格式和pad的Capabilities

https://blog.csdn.net/sakulafly/article/details/21299519

https://gstreamer.freedesktop.org/documentation/tutorials/basic/media-formats-and-pad-capabilities.html

GStreamer基础教程07——多线程和Pad的有效性

https://blog.csdn.net/sakulafly/article/details/21318313

https://gstreamer.freedesktop.org/documentation/tutorials/basic/multithreading-and-pad-availability.html

GStreamer基础教程08——pipeline的快捷访问

https://blog.csdn.net/sakulafly/article/details/21340263

https://gstreamer.freedesktop.org/documentation/tutorials/basic/short-cutting-the-pipeline.html

GStreamer基础教程09——收集媒体信息

https://blog.csdn.net/sakulafly/article/details/21399039

https://gstreamer.freedesktop.org/documentation/tutorials/basic/media-information-gathering.html

GStreamer基础教程10——GStreamer工具

https://blog.csdn.net/sakulafly/article/details/21455637

https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html

GStreamer基础教程11——调试工具

https://blog.csdn.net/sakulafly/article/details/21559785

https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html

GStreamer基础教程12——流

https://blog.csdn.net/sakulafly/article/details/21611539

https://gstreamer.freedesktop.org/documentation/tutorials/basic/streaming.html

GStreamer基础教程13——播放速度

https://blog.csdn.net/sakulafly/article/details/21648155

https://gstreamer.freedesktop.org/documentation/tutorials/basic/playback-speed.html

GStreamer基础教程14——常用的element

https://blog.csdn.net/sakulafly/article/details/21748777

https://gstreamer.freedesktop.org/documentation/tutorials/basic/handy-elements.html

GStreamer基础教程15——继承Clutter

https://blog.csdn.net/sakulafly/article/details/21807351

GStreamer基础教程16——平台相关的element

https://blog.csdn.net/sakulafly/article/details/21825383

https://gstreamer.freedesktop.org/documentation/tutorials/basic/platform-specific-elements.html


GStreamer播放教程

GStreamer播放教程01——playbin2的使用

https://blog.csdn.net/sakulafly/article/details/22216775

https://gstreamer.freedesktop.org/documentation/tutorials/playback/playbin-usage.html

GStreamer播放教程02——字幕管理

https://blog.csdn.net/sakulafly/article/details/22324275

https://gstreamer.freedesktop.org/documentation/tutorials/playback/subtitle-management.html

GStreamer播放教程03——pipeline的快捷访问

https://blog.csdn.net/sakulafly/article/details/22503671

https://gstreamer.freedesktop.org/documentation/tutorials/playback/short-cutting-the-pipeline.html

GStreamer播放教程04——既看式流

https://blog.csdn.net/sakulafly/article/details/22615065

https://gstreamer.freedesktop.org/documentation/tutorials/playback/progressive-streaming.html

GStreamer播放教程05——色彩平衡

https://blog.csdn.net/sakulafly/article/details/22692265

https://gstreamer.freedesktop.org/documentation/tutorials/playback/color-balance.html

GStreamer播放教程06——可视化音频

https://blog.csdn.net/sakulafly/article/details/22695577

https://gstreamer.freedesktop.org/documentation/tutorials/playback/audio-visualization.html

GStreamer播放教程07——自定义playbin2的sink

https://blog.csdn.net/sakulafly/article/details/22755653

https://gstreamer.freedesktop.org/documentation/tutorials/playback/custom-playbin-sinks.html

GStreamer播放教程08——视频解码的硬件加速

https://blog.csdn.net/sakulafly/article/details/23128865

https://gstreamer.freedesktop.org/documentation/tutorials/playback/hardware-accelerated-video-decoding.html

GStreamer播放教程09——数字音频传输

https://blog.csdn.net/sakulafly/article/details/23335863

https://gstreamer.freedesktop.org/documentation/tutorials/playback/digital-audio-pass-through.html


如何创建应用

https://gstreamer.freedesktop.org/documentation/application-development/basics/index.html

猜你喜欢

转载自blog.csdn.net/u013554213/article/details/79676129