diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-05-22 19:44:37 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-06-20 19:53:33 +0200 |
commit | 55c65d079f7fcdecdd5500a249507ed78b80bb0a (patch) | |
tree | fd52e524efc6631ce149de116c3a26bcc3555757 /docs/libs/gst-plugins-bad-libs-docs.sgml | |
parent | 337bc06de1987d4e97165d897dea45056fb12881 (diff) | |
download | gstreamer-plugins-bad-55c65d079f7fcdecdd5500a249507ed78b80bb0a.tar.gz |
aggregator: Add new GstAggregator base class
This base class has been added to a newly created libgstbadbase library
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
https://bugzilla.gnome.org/show_bug.cgi?id=731917
Diffstat (limited to 'docs/libs/gst-plugins-bad-libs-docs.sgml')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-docs.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-docs.sgml b/docs/libs/gst-plugins-bad-libs-docs.sgml index 44c2cd66c..7ef65da68 100644 --- a/docs/libs/gst-plugins-bad-libs-docs.sgml +++ b/docs/libs/gst-plugins-bad-libs-docs.sgml @@ -57,6 +57,12 @@ <xi:include href="xml/gstinsertbin.xml" /> </chapter> + <chapter id="base"> + <title>GStreamer Base classes from gst-plugins-bad</title> + <xi:include href="xml/gstaggregator.xml" /> + <xi:include href="xml/gstaggregatorpad.xml" /> + </chapter> + <chapter id="gl"> <title>OpenGL Helper Library</title> <xi:include href="xml/gstglapi.xml"/> |