summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-11-05 23:36:20 +0000
committerJulien Moutte <julien@moutte.net>2005-11-05 23:36:20 +0000
commit72e3851f87ed6e0f07ba74afb7e260f5bfe8def8 (patch)
treede44c4b366f5f7c303466228f800a91a9db7634d /ChangeLog
parent0adb034b32d93e761f38dae2e4485c1095e1a786 (diff)
downloadgst-plugins-bad-72e3851f87ed6e0f07ba74afb7e260f5bfe8def8.tar.gz
gst-plugins-bad-72e3851f87ed6e0f07ba74afb7e260f5bfe8def8.tar.bz2
gst-plugins-bad-72e3851f87ed6e0f07ba74afb7e260f5bfe8def8.zip
ext/directfb/Makefile.am: Add the example application.
Original commit message from CVS: 2005-11-06 Julien MOUTTE <julien@moutte.net> * ext/directfb/Makefile.am: Add the example application. * ext/directfb/dfb-example.c: (get_me_out), (main): Here is an example application that runs videotestsrc for 20 seconds. It's included in the documentation. * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers), (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format), (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc): More fixes, calculate new size of the buffer when renegotiating. This completely breaks ffmpegcolorspace but i need to discuss that with Wim on monday. Add documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f57192d..ba043a7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-11-06 Julien MOUTTE <julien@moutte.net>
+
+ * ext/directfb/Makefile.am: Add the example application.
+ * ext/directfb/dfb-example.c: (get_me_out), (main):
+ Here is an example application that runs videotestsrc for 20
+ seconds. It's included in the documentation.
+ * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
+ (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
+ (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
+ More fixes, calculate new size of the buffer when renegotiating.
+ This completely breaks ffmpegcolorspace but i need to discuss
+ that with Wim on monday. Add documentation.
+
2005-11-05 Julien MOUTTE <julien@moutte.net>
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),