From 419d3ddd23342e7018416824cfc02046d75e6ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 1 Dec 2005 15:56:53 +0000 Subject: [PATCH] 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. --- ChangeLog | 9 +++++++++ ext/Makefile.am | 1 + ext/pango/gstclockoverlay.c | 4 ++-- ext/pango/gsttimeoverlay.c | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a307b0e760..646be5b1e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-12-01 Tim-Philipp Müller + + * 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 * docs/plugins/gst-plugins-base-plugins-docs.sgml: diff --git a/ext/Makefile.am b/ext/Makefile.am index b09a15b3e5..91289d32df 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -53,6 +53,7 @@ SUBDIRS = \ $(GNOMEVFS_DIR) \ $(LIBVISUAL_DIR) \ $(OGG_DIR) \ + $(PANGO_DIR) \ $(THEORA_DIR) \ $(VORBIS_DIR) diff --git a/ext/pango/gstclockoverlay.c b/ext/pango/gstclockoverlay.c index 4e4f7a3ca0..ff5bd19b51 100644 --- a/ext/pango/gstclockoverlay.c +++ b/ext/pango/gstclockoverlay.c @@ -27,9 +27,9 @@ #include 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 "); GST_BOILERPLATE (GstClockOverlay, gst_clock_overlay, GstTextOverlay, diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c index b756172b2f..c3d9fc09cc 100644 --- a/ext/pango/gsttimeoverlay.c +++ b/ext/pango/gsttimeoverlay.c @@ -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 "); GST_BOILERPLATE (GstTimeOverlay, gst_time_overlay, GstTextOverlay,