When the ffmpeg helper module is on, it automatically sets the height and width of the video

. When saving a google video, the height and width is set to 0 and the video does not display. This is strange, since the behavior of the YouTube embed code looks identical and works fine. Google Video, however, is not functional.
CommentFileSizeAuthor
#1 video_googlefix.patch1 KBjyamada1

Comments

jyamada1’s picture

Status: Active » Needs review
StatusFileSize
new1 KB

so simple no wonder it was missed! rolled a patch here to fix this issue. changed references in the HTML strings to $width/$height rather than $node->videox/$node->videoy.

fax8’s picture

Status: Needs review » Fixed

committed to 5.x-dev thanks.

dries’s picture

Status: Fixed » Closed (fixed)