TimelineOverlay: Fix doc

This commit is contained in:
Edward Hervey 2010-07-06 18:57:22 +02:00
parent 9fa220c0c0
commit 5a58ef53b4

View file

@ -22,10 +22,12 @@
* SECTION:ges-timeline-overlay * SECTION:ges-timeline-overlay
* @short_description: Base Class for overlays in a #GESTimelineLayer * @short_description: Base Class for overlays in a #GESTimelineLayer
* *
* Overlays are objects which modify the underlying layer(s). Examples of * Overlays are objects which modify the underlying layer(s).
* overlays include text, image watermarks, or audio dubbing. Transitions, *
* which change from one source to another over time, are not considered * Examples of overlays include text, image watermarks, or audio dubbing.
* overlays. *
* Transitions, which change from one source to another over time, are
* not considered overlays.
*/ */
#include "ges-internal.h" #include "ges-internal.h"