summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-11-04 18:28:56 +0000
committerJulien Moutte <julien@moutte.net>2005-11-04 18:28:56 +0000
commit478c8ba2992782b0860ea38d87552ab0108f1050 (patch)
tree7311b90c94350472c174dc26b0643e9bab629d6a /ChangeLog
parentda12a5ed8d76f284555b5d4fa0ea76120b12dc43 (diff)
downloadgst-plugins-bad-478c8ba2992782b0860ea38d87552ab0108f1050.tar.gz
gst-plugins-bad-478c8ba2992782b0860ea38d87552ab0108f1050.tar.bz2
gst-plugins-bad-478c8ba2992782b0860ea38d87552ab0108f1050.zip
ext/directfb/dfbvideosink.*: Now does clipping when surface is too small, handles upstream elements that are not call...
Original commit message from CVS: 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.
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.