By Jorrit on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
6.x-5.x
Introduced in version:
6.x-5.0
Description:
The internal Video module API has changed. Most classes have been removed and interfaces have been removed.
- File system plugins now use the interface video_filesystem, defined in video.lib.inc.
- Transcoder plugins now use the interface video_transcoder, defined in video.lib.inc.
- To fetch the current file system, call
video_get_filesystem(), defined in video.module. - To fetch the current transcoder, call
video_get_transcoder(), defined in video.module. - To run the video queue, call
video_run_queue($num), defined in video.module.
Impacts:
Module developers