summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-16 10:40:53 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-16 10:40:53 +0000
commit9c4838172d13d34b668da3dd033470bd8712e473 (patch)
tree7a5ef17887492ec9109cdd86e4ba89d2bf2c0b2e
parent0599dafd13b7c615004daa32b277fc096900d713 (diff)
gst-libs/gst/video/video.h: Added 32 bits RGBA. Not sure if we should use another mime-type for alpha rgb. Currently ...
Original commit message from CVS: * gst-libs/gst/video/video.h: Added 32 bits RGBA. Not sure if we should use another mime-type for alpha rgb. Currently the presence of the alpha_mask property signals an alpha channel. Ronald?
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f46db3..6c202c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-07-16 Wim Taymans <wim@fluendo.com>
+ * gst-libs/gst/video/video.h:
+ Added 32 bits RGBA. Not sure if we should use another mime-type
+ for alpha rgb. Currently the presence of the alpha_mask property
+ signals an alpha channel.
+
+2004-07-16 Wim Taymans <wim@fluendo.com>
+
* sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
FPS seems to be 0.0 to MAX everywhere else.