diff options
author | Julien Moutte <julien@moutte.net> | 2005-11-04 18:28:56 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-11-04 18:28:56 +0000 |
commit | 478c8ba2992782b0860ea38d87552ab0108f1050 (patch) | |
tree | 7311b90c94350472c174dc26b0643e9bab629d6a /ChangeLog | |
parent | da12a5ed8d76f284555b5d4fa0ea76120b12dc43 (diff) | |
download | gst-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |