You are here

constant VIDEO_RENDERING_PENDING in Video 7.2

Same name and namespace in other branches
  1. 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_PENDING
  2. 5 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_PENDING
  3. 5 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_PENDING
  4. 6.5 video.module \VIDEO_RENDERING_PENDING
  5. 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_PENDING
  6. 6 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_PENDING
  7. 6 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_PENDING
  8. 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_PENDING
  9. 6.2 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_PENDING
  10. 6.2 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_PENDING
  11. 6.3 types/uploadfield/uploadfield_convert.inc \VIDEO_RENDERING_PENDING

@file All module hooks implementation can be found in this file.

7 uses of VIDEO_RENDERING_PENDING
theme_video_formatter_player in ./video.theme.inc
Default video cck formatter.
Transcoder::executeConversion in includes/Transcoder.inc
This helper function will help to execute video conversion job by loading job from the database and once it completed saving its data in to the database.
VideoFieldTestCase::testSaveVideoFieldItem in tests/VideoField.test
Tests basic behavior for saving a new video and adding it to a node.
VideoSchedulingTestCase::testQueueTimeout in tests/VideoScheduling.test
Tests for the queue timeout setting
video_jobs::create in includes/jobs.inc
Create new transcoder job in the database.

... See full list

File

./video.module, line 7
All module hooks implementation can be found in this file.

Code

define('VIDEO_RENDERING_PENDING', 1);