summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-25 21:36:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-25 21:36:18 +0000
commit0a68fafa430aa4503b32abc107c0c4582aa9227d (patch)
tree6a68681fa24f529242be79003abf670503e58c82 /ChangeLog
parent695afd0edf89656a157ee65a7de537f9989ebb41 (diff)
do some name borgifying document
Original commit message from CVS: do some name borgifying document
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1408222c..5d1cf470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,38 @@
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
+ * docs/plugins/inspect/plugin-autodetect.xml:
+ * ext/cairo/gstcairo.c: (plugin_init):
+ * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
+ (gst_text_overlay_class_init), (gst_text_overlay_finalize),
+ (gst_text_overlay_init), (gst_text_overlay_font_init),
+ (gst_text_overlay_set_property), (gst_text_overlay_render_text),
+ (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
+ (gst_text_overlay_text_pad_linked),
+ (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
+ (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
+ (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
+ (gst_text_overlay_pop_text), (gst_text_overlay_collected),
+ (gst_text_overlay_change_state):
+ * ext/cairo/gsttextoverlay.h:
+ * ext/cairo/gsttimeoverlay.c:
+ (gst_cairo_time_overlay_update_font_height),
+ (gst_cairo_time_overlay_set_caps),
+ (gst_cairo_time_overlay_get_unit_size),
+ (gst_cairo_time_overlay_print_smpte_time),
+ (gst_cairo_time_overlay_transform),
+ (gst_cairo_time_overlay_base_init),
+ (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
+ (gst_cairo_time_overlay_get_type):
+ * ext/cairo/gsttimeoverlay.h:
+ do some name borgifying
+ document
+
+2005-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-good-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-good-plugins-sections.txt:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_base_init):
* gst/autodetect/gstautovideosink.c: