Summary: | Loop playback doesn't work for certain videos embedded in PDF | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Arseniy Lartsev <receive-spam> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid |
Priority: | NOR | ||
Version: | 0.23.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/125341/ | ||
Latest Commit: | http://commits.kde.org/okular/e9e5cb6317d2f46334dc624663b2999c1351f19c | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Test case
Source for the pdf |
Description
Arseniy Lartsev
2015-09-25 12:22:17 UTC
Created attachment 94717 [details]
Test case
Created attachment 94718 [details]
Source for the pdf
Git commit e9e5cb6317d2f46334dc624663b2999c1351f19c by Albert Astals Cid, on behalf of Arseniy Lartsev. Committed on 26/09/2015 at 15:30. Pushed by aacid into branch 'master'. Repeat videos in PDFs automatically when needed REVIEW: 125341 M +13 -1 core/movie.cpp M +14 -2 core/movie.h M +6 -1 generators/poppler/generator_pdf.cpp M +16 -7 ui/videowidget.cpp http://commits.kde.org/okular/e9e5cb6317d2f46334dc624663b2999c1351f19c Don't know if anyone will see this as its resolved, but don't know where better to post this. it appears this commit was applied to an outdated version of generator_pdf.cpp. There is one occurrence of 'Okular::Movie::playOnce' introduced in a recent commit (and behind an #ifdef HAVE_POPPLER_0_36), but playOnce was removed from the enum in this commit. Paul, you're probably speaking about the unsupported frameworks branch, right? Yes, apologies for forgetting to mention that. Alex Merry fixed it this morning Much appreciated :) |