ext/Makefile.am: Add $(PANGO_DIR) to SUBDIRS

Original commit message from CVS:
* ext/Makefile.am:
Add $(PANGO_DIR) to SUBDIRS
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttimeoverlay.c:
Fix and improve element descriptions.
This commit is contained in:
Tim-Philipp Müller 2005-12-01 15:56:53 +00:00
parent a6618b69c4
commit 419d3ddd23
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
* ext/Makefile.am:
Add $(PANGO_DIR) to SUBDIRS
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttimeoverlay.c:
Fix and improve element descriptions.
2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* docs/plugins/gst-plugins-base-plugins-docs.sgml:

View file

@ -53,6 +53,7 @@ SUBDIRS = \
$(GNOMEVFS_DIR) \
$(LIBVISUAL_DIR) \
$(OGG_DIR) \
$(PANGO_DIR) \
$(THEORA_DIR) \
$(VORBIS_DIR)

View file

@ -27,9 +27,9 @@
#include <time.h>
static GstElementDetails clock_overlay_details =
GST_ELEMENT_DETAILS ("Time Overlay",
GST_ELEMENT_DETAILS ("Clock Overlay",
"Filter/Editor/Video",
"Overlays the time on a video stream",
"Overlays the current clock time on a video stream",
"Tim-Philipp Müller <tim@centricular.net>");
GST_BOILERPLATE (GstClockOverlay, gst_clock_overlay, GstTextOverlay,

View file

@ -29,7 +29,7 @@
static GstElementDetails time_overlay_details =
GST_ELEMENT_DETAILS ("Time Overlay",
"Filter/Editor/Video",
"Overlays the time on a video stream",
"Overlays buffer time stamps on a video stream",
"Tim-Philipp Müller <tim@centricular.net>");
GST_BOILERPLATE (GstTimeOverlay, gst_time_overlay, GstTextOverlay,