diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-16 10:40:53 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-16 10:40:53 +0000 |
commit | 9c4838172d13d34b668da3dd033470bd8712e473 (patch) | |
tree | 7a5ef17887492ec9109cdd86e4ba89d2bf2c0b2e | |
parent | 0599dafd13b7c615004daa32b277fc096900d713 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |