diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-02-27 11:30:19 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-02-27 11:30:19 +0000 |
commit | bd7b6fc51c1ba10d77780cc5084d830448592b0e (patch) | |
tree | 006a2950d3df631a42481fdcb911d7e8b54d6837 /ChangeLog | |
parent | 5fd12e6daebda436c405f9c7d3cb7561b492e9ab (diff) | |
download | gst-plugins-bad-bd7b6fc51c1ba10d77780cc5084d830448592b0e.tar.gz gst-plugins-bad-bd7b6fc51c1ba10d77780cc5084d830448592b0e.tar.bz2 gst-plugins-bad-bd7b6fc51c1ba10d77780cc5084d830448592b0e.zip |
sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Should only matter if the sink isn't used ...
Original commit message from CVS:
* sys/osxvideo/cocoawindow.h:
* sys/osxvideo/cocoawindow.m:
* sys/osxvideo/osxvideosink.h:
* sys/osxvideo/osxvideosink.m:
Disable the cocoa event loop since it's a huge memory leak. Should only
matter if the sink isn't used within an NSApp (which has already got
a coca event loop).
Remove all unused code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-02-27 Edward Hervey <edward@fluendo.com> + + * sys/osxvideo/cocoawindow.h: + * sys/osxvideo/cocoawindow.m: + * sys/osxvideo/osxvideosink.h: + * sys/osxvideo/osxvideosink.m: + Disable the cocoa event loop since it's a huge memory leak. Should only + matter if the sink isn't used within an NSApp (which has already got + a coca event loop). + Remove all unused code. + 2007-02-26 David Schleef <ds@schleef.org> * configure.ac: |