diff options
author | Julien Moutte <julien@moutte.net> | 2005-12-18 21:06:47 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2005-12-18 21:06:47 +0000 |
commit | 0ec8bf9972e3cf0e15757b781f08b065efa4148b (patch) | |
tree | 31b502dce0f3c0633d2aff31bade5bd104003b6b /ChangeLog | |
parent | 998d0fc976a97537d40cb230ddbcaf9d1a25c485 (diff) | |
download | gst-plugins-bad-0ec8bf9972e3cf0e15757b781f08b065efa4148b.tar.gz gst-plugins-bad-0ec8bf9972e3cf0e15757b781f08b065efa4148b.tar.bz2 gst-plugins-bad-0ec8bf9972e3cf0e15757b781f08b065efa4148b.zip |
Some more refactoring, handle exotic DirectFB row stride.
Original commit message from CVS:
2005-12-18 Julien MOUTTE <julien@moutte.net>
* docs/plugins/gst-plugins-bad-plugins-decl.txt:
* ext/directfb/dfbvideosink.c:
(gst_dfbvideosink_surface_create),
(gst_dfbvideosink_event_thread),
(gst_dfbvideosink_enum_devices),
(gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
(gst_dfbvideosink_can_blit_from_format),
(gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
(gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
(gst_dfbsurface_finalize),
(gst_dfbvideosink_navigation_send_event),
(gst_dfbvideosink_update_colorbalance),
(gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
more refactoring, handle exotic DirectFB row stride.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,6 +1,21 @@ 2005-12-18 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl.txt: + * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create), + (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices), + (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup), + (gst_dfbvideosink_can_blit_from_format), + (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps), + (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc), + (gst_dfbsurface_finalize), + (gst_dfbvideosink_navigation_send_event), + (gst_dfbvideosink_update_colorbalance), + (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some + more refactoring, handle exotic DirectFB row stride. + +2005-12-18 Julien MOUTTE <julien@moutte.net> + + * docs/plugins/gst-plugins-bad-plugins-decl.txt: * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates. * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create), (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices), |