GStreamer
Application Development Manual (0.8.5)
Prev
Next
III. Basic API
Table of Contents
11.
Initializing
GStreamer
11.1.
The popt interface
12.
Elements
12.1.
Creating a GstElement
12.2.
GstElement properties
12.3.
GstElement signals
12.4.
More about GstElementFactory
12.4.1.
Getting information about an element using the factory details
12.4.2.
Finding out what pads an element can contain
12.4.3.
Different ways of querying the factories
13.
Pads
13.1.
Types of pad
13.1.1.
Dynamic pads
13.1.2.
Request pads
13.2.
Capabilities of a pad
13.2.1.
Capabilities
13.2.2.
Getting the capabilities of a pad
13.2.3.
Creating capability structures
14.
Plugins
15.
Linking elements
15.1.
Making simple links
15.2.
Making filtered links
16.
Bins
16.1.
Creating a bin
16.2.
Adding elements to a bin
16.3.
Custom bins
16.4.
Ghost pads
17.
Buffers
18.
Element states
18.1.
Changing element state
Prev
Home
Next
The PLAYING state
Initializing
GStreamer