mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
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:
parent
a6618b69c4
commit
419d3ddd23
4 changed files with 13 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -53,6 +53,7 @@ SUBDIRS = \
|
|||
$(GNOMEVFS_DIR) \
|
||||
$(LIBVISUAL_DIR) \
|
||||
$(OGG_DIR) \
|
||||
$(PANGO_DIR) \
|
||||
$(THEORA_DIR) \
|
||||
$(VORBIS_DIR)
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue