Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Feb 2009 at 18:01 UTC
Updated:
11 Apr 2009 at 19:10 UTC
The streaming module now requires to know $node_type for it's hook calls to work properly. These are not being passed from flashvideo.module. Attached patch is only tested for the xmoov-php streaming method and I have probably missed something/done it wrong - I just needed to get it working real quick.
| Comment | File | Size | Author |
|---|---|---|---|
| flashvideo-streaming-hook-ammends.patch | 2.47 KB | mrfelton |
Comments
Comment #1
attheshow commentedWas related to an incorrect commit from a few days ago. Fixed today.
Comment #2
mrfelton commentedSorry, I'm reopening this one. The call to flashvideo_get_file() in flashvideo.playlist.inc at about line 89 is still missing the node_type paramater:
Comment #3
attheshow commentedOk, I just committed an attempt to fix this on the playlist. Can you check it out and see if this change works?
Comment #4
attheshow commented