Merge lp:~jpakkane/thumbnailer/videoflip into lp:thumbnailer

Proposed by Jussi Pakkanen
Status: Merged
Approved by: James Henstridge
Approved revision: 108
Merged at revision: 111
Proposed branch: lp:~jpakkane/thumbnailer/videoflip
Merge into: lp:thumbnailer
Diff against target: 12 lines (+1/-1)
1 file modified
src/vs-thumb.cpp (+1/-1)
To merge this branch: bzr merge lp:~jpakkane/thumbnailer/videoflip
Reviewer Review Type Date Requested Status
James Henstridge Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+238907@code.launchpad.net

Commit message

Use videoflip to fix orientation.

Description of the change

Use videoflip to fix orientation.

To post a comment you must log in.
lp:~jpakkane/thumbnailer/videoflip updated
108. By Jussi Pakkanen

Use videoflip to fix video orientation.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/vs-thumb.cpp'
2--- src/vs-thumb.cpp 2014-09-18 09:03:14 +0000
3+++ src/vs-thumb.cpp 2014-10-20 15:29:00 +0000
4@@ -38,7 +38,7 @@
5 gint64 duration, seek_point;
6 string pipe_cmd = "filesrc location=\"";
7 pipe_cmd += ifname;
8- pipe_cmd += "\" ! decodebin ! videoconvert ! videoscale !";
9+ pipe_cmd += "\" ! decodebin ! videoflip method=automatic ! videoconvert ! videoscale !";
10 pipe_cmd += "appsink name=sink caps=\"";
11 pipe_cmd += caps_string;
12 pipe_cmd += "\"";

Subscribers

People subscribed via source and target branches

to all changes: