current location: Home > Download > Manual Download > Other manuals > GStreamer Application Development Manual Chinese PDF version
GStreamer Application Development Manual Chinese PDF version
Classify: Manual Download / Other manuals | Release time: 2024-02-28 | visits: 1257 |
Download: 36 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How Can I Forcefully Terminate a Single Thread in C 11 Without Cooperation?
- 2 How Can I Find the Path of a Go Executable?
- 3 Infinity Nikki: How To Get The Electrician Outfit
- 4 How to Eliminate White Space When Merging PDFs?
- 5 How to Handle XML Namespaces and Access Elements/Attributes with Colons in SimpleXML?
- 6 How Can I Inspect the Header of a Go Slice?
- 7 How Do I Integrate External Libraries into My Visual Studio 2012 C Project?
- 8 How Can I Reliably Detect Changes in Window Location Hash in My Ajax Application?
- 9 How to Efficiently Find the Top N Items per Group in a Spark DataFrame?
- 10 Monopoly Go: North Pole Profits Rewards Guide (December 17-19)
- 11 Big Discovery - lowCalAlt_update 7
- 12 How Can I Animate an Image Continuously in Java While Simultaneously Handling Keypress Events?
- 13 How to Solve the Microsoft Visual C 14.0 Dependency Error When Installing MySQL-Python with Pip?
- 14 Can C# Extension Methods Overload Operators?
- 15 Java Integer Comparison: When Does `==` Work, and When Should You Use `equals()`?
Latest Tutorials
-
- Go language practical GraphQL
- 2360 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3775 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2010 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2789 2024-03-29
GStreamer is a very powerful and versatile streaming application framework. Many of GStreamer's advantages come from the modularity of its framework: GStreamer can seamlessly incorporate new plug-ins. However, due to the pursuit of modularity and high efficiency, GStreamer has become complex in the entire framework. At the same time, due to the increase in complexity, developing a new application is not so simple.
This guide attempts to help you understand the GStreamer framework (version 0.10.3.1) to facilitate your development based on the GStreamer framework. The first chapter will focus on how to develop a simple audio player. By explaining the entire process, we will try to enable you to understand some concepts about GStreamer. In the following chapters, we will discuss some advanced issues related to media playback control, including recording, video recording, editing, etc.