summaryrefslogtreecommitdiff
path: root/manual-bins.md
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-06-17 18:41:07 -0400
committerThibault Saunier <tsaunier@gnome.org>2016-06-17 18:42:07 -0400
commit1c926934ab2873ddf909dfa0ae894c34666ea114 (patch)
treeaba4eaea37301e9fec7b88c6ccaaaa8992ea5bfd /manual-bins.md
parent208c456f816bb2782cc5c47c5024e88479287c0c (diff)
Avoid having several 'h1' title per page
Each page has one title and it looks better like that
Diffstat (limited to 'manual-bins.md')
-rw-r--r--manual-bins.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual-bins.md b/manual-bins.md
index 303ee34..bf44397 100644
--- a/manual-bins.md
+++ b/manual-bins.md
@@ -9,7 +9,7 @@ is an element itself, a bin can be handled in the same way as any other
element. Therefore, the whole previous chapter
([Elements](manual-elements.md)) applies to bins as well.
-# What are bins
+## What are bins
Bins allow you to combine a group of linked elements into one logical
element. You do not deal with the individual elements anymore but with
@@ -31,7 +31,7 @@ programmer:
bus messages of the contained elements. The toplevel bin has to be a
pipeline, every application thus needs at least one of these.
-# Creating a bin
+## Creating a bin
Bins are created in the same way that other elements are created, i.e.
using an element factory. There are also convenience functions available
@@ -81,7 +81,7 @@ the function `gst_bin_iterate_elements ()`. See the API references of
[`GstBin`](http://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstBin.html)
for details.
-# Custom bins
+## Custom bins
The application programmer can create custom bins packed with elements
to perform a specific task. This allows you, for example, to write an
@@ -121,7 +121,7 @@ Guide](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.h
Examples of such custom bins are the playbin and uridecodebin elements
from[gst-plugins-base](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/index.html).
-# Bins manage states of their children
+## Bins manage states of their children
Bins manage the state of all elements contained in them. If you set a
bin (or a pipeline, which is a special top-level type of bin) to a