summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-05-17 09:41:48 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-05-17 09:41:48 +0000
commit23ff18c522766dfe2f1fab3f0238104ba24e3d6f (patch)
tree22f8b272ca13d987cdf4984f684c91d5894e557a /ChangeLog
parenta6ec2ff8d59fb06a7ff323ce2e1dd91d09db25d6 (diff)
downloadgst-plugins-bad-23ff18c522766dfe2f1fab3f0238104ba24e3d6f.tar.gz
gst-plugins-bad-23ff18c522766dfe2f1fab3f0238104ba24e3d6f.tar.bz2
gst-plugins-bad-23ff18c522766dfe2f1fab3f0238104ba24e3d6f.zip
sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
Original commit message from CVS: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now. Use a separate thread/task for the cocoa event_loop, else it wouldn't stop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b40014cb..6239ba42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-17 Edward Hervey <edward@fluendo.com>
+
+ * sys/osxvideo/osxvideosink.h:
+ * sys/osxvideo/osxvideosink.m:
+ Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
+ Use a separate thread/task for the cocoa event_loop, else it wouldn't
+ stop.
+
2007-05-16 Tim-Philipp Müller <tim at centricular dot net>
* gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),