summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-11-23 18:05:16 +0000
committerJulien Moutte <julien@moutte.net>2005-11-23 18:05:16 +0000
commit36ef03791ff3785d529872b283da158f0a51f46a (patch)
treed75ec3941bb9472eb2c3a8bb1d258dec101ea279 /ChangeLog
parent14de3c807a75fac0cbc24898c8de49372bec905e (diff)
downloadgst-plugins-bad-36ef03791ff3785d529872b283da158f0a51f46a.tar.gz
gst-plugins-bad-36ef03791ff3785d529872b283da158f0a51f46a.tar.bz2
gst-plugins-bad-36ef03791ff3785d529872b283da158f0a51f46a.zip
Use fraction for framerate, various fixes.
Original commit message from CVS: 2005-11-23 Julien MOUTTE <julien@moutte.net> * docs/plugins/gst-plugins-bad-plugins-decl.txt: * ext/directfb/dfb-example.c: (main): * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy), (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup), (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times), (gst_dfbvideosink_bufferpool_clear), (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize), (gst_dfbvideosink_navigation_send_event), (gst_dfbvideosink_finalize), (gst_dfbvideosink_init), (gst_dfbvideosink_class_init): * ext/directfb/dfbvideosink.h: Use fraction for framerate, various fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f2230dd..c2ff64ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-11-23 Julien MOUTTE <julien@moutte.net>
+
+ * docs/plugins/gst-plugins-bad-plugins-decl.txt:
+ * ext/directfb/dfb-example.c: (main):
+ * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
+ (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
+ (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
+ (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
+ (gst_dfbvideosink_bufferpool_clear),
+ (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
+ (gst_dfbvideosink_navigation_send_event),
+ (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
+ (gst_dfbvideosink_class_init):
+ * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
+ fixes.
+
2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),