summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-11 13:14:51 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-11 13:14:51 +0000
commit6ae388e364f76f9b6f84db81d22e6ddb1df7a4ab (patch)
tree9afd2a73b239bed9421c8b73498f26d57f2265d8 /ChangeLog
parent13a691b485f82fe60c7fa6649fb45466ac784d1f (diff)
downloadgst-plugins-bad-6ae388e364f76f9b6f84db81d22e6ddb1df7a4ab.tar.gz
gst-plugins-bad-6ae388e364f76f9b6f84db81d22e6ddb1df7a4ab.tar.bz2
gst-plugins-bad-6ae388e364f76f9b6f84db81d22e6ddb1df7a4ab.zip
sys/xvimage/xvimagesink.c: Remove broken "fix" for little-endian RGB overlays, and add the correct counterpart of the...
Original commit message from CVS: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get): Remove broken "fix" for little-endian RGB overlays, and add the correct counterpart of the fix (fixes RGB/Xv).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d758320f..bd9f08d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
+ (gst_xvimagesink_xcontext_get):
+ Remove broken "fix" for little-endian RGB overlays, and add the
+ correct counterpart of the fix (fixes RGB/Xv).
+
2005-03-10 Ash <thatistosayiseenem@gawab.com>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>