diff options
| author | Andre Pang <athp@users.sourceforge.net> | 2004-07-05 01:20:01 +0000 |
|---|---|---|
| committer | Andre Pang <athp@users.sourceforge.net> | 2004-07-05 01:20:01 +0000 |
| commit | 0a560b285ff7d692d6c01f9ef4d89bb16665ccfd (patch) | |
| tree | f11c4afd4dc9567412bb3c9e0eff667e89329c31 /src/video_out/video_out_macosx.m | |
| parent | 60dbade90322843bc74f85596f6071cc5c2f6646 (diff) | |
| download | xine-lib-0a560b285ff7d692d6c01f9ef4d89bb16665ccfd.tar.gz xine-lib-0a560b285ff7d692d6c01f9ef4d89bb16665ccfd.tar.bz2 | |
Mac OS X:
Added keepsVideoAspectRatio and resizeViewToVideoSizeOnLoad attributes to
XineOpenGLView class
More accurate OpenGL mutex locking (we need to serialise any accesses to the
OpenGL context): this fixed a few more kernel panics for me
Changed any human-readable strings of "MacOSX" to "Mac OS X" (so maybe Apple
can award xine a Design Award next year with less qualms ;)
CVS patchset: 6770
CVS date: 2004/07/05 01:20:01
Diffstat (limited to 'src/video_out/video_out_macosx.m')
| -rw-r--r-- | src/video_out/video_out_macosx.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/video_out/video_out_macosx.m b/src/video_out/video_out_macosx.m index 3585ed0af..c50a65f40 100644 --- a/src/video_out/video_out_macosx.m +++ b/src/video_out/video_out_macosx.m @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_macosx.m,v 1.6 2004/06/19 15:25:01 athp Exp $ + * $Id: video_out_macosx.m,v 1.7 2004/07/05 01:20:01 athp Exp $ * * This output driver makes use of xine's objective-c video_output * classes located in the macosx folder. @@ -159,7 +159,6 @@ static void macosx_update_frame_format(vo_driver_t *vo_driver, vo_frame_t *vo_fr } [this->view setVideoSize:video_size]; - [this->view setViewSizeInMainThread:video_size]; if((format == XINE_IMGFMT_YV12 && (frame->vo_frame.base[0] == NULL @@ -306,7 +305,7 @@ static char* get_identifier (video_driver_class_t *driver_class) { } static char* get_description (video_driver_class_t *driver_class) { - return _("xine video output plugin for MacOSX"); + return _("xine video output plugin for Mac OS X"); } static void dispose_class (video_driver_class_t *driver_class) { |
