summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-12-18 10:58:44 +0000
committerJulien Moutte <julien@moutte.net>2005-12-18 10:58:44 +0000
commit998d0fc976a97537d40cb230ddbcaf9d1a25c485 (patch)
treed91ee740fddd3826897cf044415eb5d4b5558815 /ChangeLog
parent4f1813e2bd5b0e4c15b6a5c4e25efbbf68f29bbc (diff)
downloadgst-plugins-bad-998d0fc976a97537d40cb230ddbcaf9d1a25c485.tar.gz
gst-plugins-bad-998d0fc976a97537d40cb230ddbcaf9d1a25c485.tar.bz2
gst-plugins-bad-998d0fc976a97537d40cb230ddbcaf9d1a25c485.zip
docs/plugins/: Updates.
Original commit message from CVS: 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), (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_get_property), (gst_dfbvideosink_finalize), (gst_dfbvideosink_init), (gst_dfbvideosink_class_init): * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio. This should work both for hardware accelerated scaling and reverse caps negotiation with a scaling element.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e37d2cd..8813e4ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+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),
+ (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_get_property),
+ (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
+ (gst_dfbvideosink_class_init):
+ * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
+ This should work both for hardware accelerated scaling and
+ reverse caps negotiation with a scaling element.
+
2005-12-17 Julien MOUTTE <julien@moutte.net>
* docs/plugins/gst-plugins-bad-plugins-decl.txt: