diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-11 13:14:51 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-11 13:14:51 +0000 |
commit | 6ae388e364f76f9b6f84db81d22e6ddb1df7a4ab (patch) | |
tree | 9afd2a73b239bed9421c8b73498f26d57f2265d8 | |
parent | 13a691b485f82fe60c7fa6649fb45466ac784d1f (diff) | |
download | gst-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).
-rw-r--r-- | ChangeLog | 7 | ||||
m--------- | common | 0 |
2 files changed, 7 insertions, 0 deletions
@@ -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> diff --git a/common b/common -Subproject b2638c100721f67b280c3b43b21f1ce1c9b5e31 +Subproject 131c2632127e6f061b5270d8f80651782a4fdd1 |