Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit e4fd64e

Browse files
MWCoastMedialivecodeali
authored andcommitted
[[ Bug 21156 ]] Deprecate videoClip object
Addresses Bug 21156 by adding deprecated version and suggesting use of player control instead.
1 parent a57c886 commit e4fd64e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/dictionary/object/videoClip.lcdoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ An <object type> that contains movie data.
1111

1212
Introduced: 1.0
1313

14+
Deprecated: 8.1
15+
1416
OS: mac, windows, linux
1517

1618
Platforms: desktop
@@ -56,12 +58,15 @@ Changes:
5658
The use of <QuickTime> was deprecated in version 8.1 of LiveCode with
5759
new defaults for <dontUseQT> and <dontUseQTEffects> as true on all
5860
systems apart from pre OS X 10.8. The Windows build of LiveCode no
59-
longer supports any <QuickTime> features and setting the <dontUseQT> and
60-
<dontUseQTEffects> will have no effect. Additionally <QuickTime> does
61+
longer supports any <QuickTime> features and setting the <dontUseQT>
62+
and <dontUseQTEffects> will have no effect. Additionally <QuickTime> does
6163
not include 64 bit support and therefore can not be supported on OS X 64
6264
bit builds of LiveCode.
6365

66+
Desktop development should utilize the <player> control for
67+
future video playback support.
68+
6469
References: object type (glossary), templateVideoClip (keyword),
65-
stack (object), videoClipPlayer (property)
70+
stack (object), videoClipPlayer (property), player (object)
6671

6772
Tags: multimedia

docs/notes/bugfix-21156.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Deprecate videoClip object in documentation

0 commit comments

Comments
 (0)