Issue 117640 - avmedia: source/quicktime/player.cxx
Summary: avmedia: source/quicktime/player.cxx
Status: CLOSED OBSOLETE
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: DEV300m102
Hardware: PC Mac OS X 10
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 07:11 UTC by pavel
Modified: 2019-07-28 18:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2011-04-01 07:11:25 UTC
Hi,

compiling module avmedia on Mac OS X 10.6 with 10.5 used as the baseline tells me that cString is deprecated. The code is:


            OSL_TRACE( "NSMovie create failed with error %ld (%s)",
                       (long)[pErr code],
                       [[pErr localizedDescription] cString]
                       );

The description of the deprecation is at

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/DeprecationAppendix/AppendixADeprecatedAPI.html%23//apple_ref/doc/uid/20000154-cString

I'm sorry that I do not provide a patch, I just deleted that OSL_TRACE call at all.
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:29:44 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 2 Marcus 2017-05-20 11:33:48 UTC
Reset assigne to the default "issues@openoffice.apache.org".
Comment 3 Peter 2019-07-28 03:46:45 UTC
We will remove quicktime. Closing this then as obsolete.