summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 005421cc..7823550b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-04 Julien MOUTTE <julien@moutte.net>
+
+ * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
+ (gst_dfbvideosink_surface_destroy),
+ (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
+ (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
+ (gst_dfbvideosink_buffer_alloc):
+ * ext/directfb/dfbvideosink.h: Now does clipping when surface
+ is too small, handles upstream elements that are not calling
+ gst_pad_alloc_buffer, fixes a lot of bugs.
+
2005-11-03 Julien MOUTTE <julien@moutte.net>
* ext/directfb/Makefile.am: Prepare for liboil usage.