Embedding a blip.tv video with Video Filter, I couldn't get the video scaled correctly - there were always black bars at the sides, and no height values helped.

Looking at the code, I think this is due to the codec control_bar_height setting being overwritten with a default "0". Removing this line (attached patch) seems to solve this, and get the correct scaling - although I may be missing some other circumstance that the line is needed for...

I looked at the code in the latest dev package (6.x-3.x-dev) and it appears to be the same.

I suspect this is the same as http://drupal.org/node/1022890, but I'm not on D7, so didn't want to hijack that issue.

Comments

blackdog’s picture

StatusFileSize
new4.2 KB

I've done some more changes in the attached patch, could you please test to see if this solves it?

blackdog’s picture

Version: 6.x-2.8-beta1 » 6.x-3.x-dev
Status: Needs review » Fixed

I've committed the above patch to both Master (7.x) and 6.x-3.x. Should fix both this issue and #1022890: object's height can't be set.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Dave-B’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new442 bytes

Just upgraded to 6.x-3.0-beta1, and still got the black bars at the side. It looks like the relevant diff line got lost in the patch shuffling.

New patch attached. (Sorry I didn't get to testing the patch previously!)

blackdog’s picture

Status: Needs review » Fixed

Committed to 6 & 7, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.