diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-05-17 10:59:00 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-05-17 10:59:00 +0000 |
commit | 0df2cb85cc918ceba8276c54a3d9803696fafe2b (patch) | |
tree | 6a1ea8dc4b77ddab2288505d02f44fd2f228bf57 /ChangeLog | |
parent | 346635455549a9a64a0feade1b1db071a66aa726 (diff) | |
download | gst-plugins-bad-0df2cb85cc918ceba8276c54a3d9803696fafe2b.tar.gz gst-plugins-bad-0df2cb85cc918ceba8276c54a3d9803696fafe2b.tar.bz2 gst-plugins-bad-0df2cb85cc918ceba8276c54a3d9803696fafe2b.zip |
sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modifications, because MacOSX is $#@(*%$# ! For...
Original commit message from CVS:
* sys/osxvideo/osxvideosink.h:
* sys/osxvideo/osxvideosink.m:
Remove the event-loop-in-separate-thread modifications, because MacOSX
is $#@(*%$# ! For those wondering, the event handling needs to be done
in the main thread after all..
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-05-17 Edward Hervey <edward@fluendo.com> + + * sys/osxvideo/osxvideosink.h: + * sys/osxvideo/osxvideosink.m: + Remove the event-loop-in-separate-thread modifications, because MacOSX + is $#@(*%$# ! For those wondering, the event handling needs to be done + in the main thread after all.. + 2007-05-17 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE, |