diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-16 10:40:54 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-16 10:40:54 +0000 |
commit | bccfaef0e2927346da8ba07dbb8d5dffa65312e7 (patch) | |
tree | ec7b9f2c921fbc5a417f090a9bc4b8598ff0bb05 /ChangeLog | |
parent | 72402abc41bbcfb15d69f98c45a8076044863575 (diff) | |
download | gst-plugins-bad-bccfaef0e2927346da8ba07dbb8d5dffa65312e7.tar.gz gst-plugins-bad-bccfaef0e2927346da8ba07dbb8d5dffa65312e7.tar.bz2 gst-plugins-bad-bccfaef0e2927346da8ba07dbb8d5dffa65312e7.zip |
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?
Diffstat (limited to 'ChangeLog')
-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. |