diff options
author | Julien Moutte <julien@moutte.net> | 2005-11-03 22:36:42 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-11-03 22:36:42 +0000 |
commit | da12a5ed8d76f284555b5d4fa0ea76120b12dc43 (patch) | |
tree | 88683b73cfd3ae0384ad2343cdda69b2b9900f1a /ChangeLog | |
parent | abaa4ba211e9da97f200831a8b0f0a84251e154a (diff) | |
download | gst-plugins-bad-da12a5ed8d76f284555b5d4fa0ea76120b12dc43.tar.gz gst-plugins-bad-da12a5ed8d76f284555b5d4fa0ea76120b12dc43.tar.bz2 gst-plugins-bad-da12a5ed8d76f284555b5d4fa0ea76120b12dc43.zip |
ext/directfb/Makefile.am: Prepare for liboil usage.
Original commit message from CVS:
2005-11-03 Julien MOUTTE <julien@moutte.net>
* ext/directfb/Makefile.am: Prepare for liboil usage.
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
(gst_dfbvideosink_buffer_alloc): Prepare for liboil, handle
rendering in external surface correctly. Will commit a neat
example soon.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-11-03 Julien MOUTTE <julien@moutte.net> + + * ext/directfb/Makefile.am: Prepare for liboil usage. + * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame), + (gst_dfbvideosink_buffer_alloc): Prepare for liboil, handle + rendering in external surface correctly. Will commit a neat + example soon. + 2005-11-03 Edgard Lima <edgard.lima@indt.org.br> * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout), |