Split ffmpeg tests into video properties and metadata tests
ClosedPublic

Authored by astippich on Mar 24 2019, 4:09 PM.

Diff Detail

Repository
R286 KFileMetaData
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
astippich created this revision.Mar 24 2019, 4:09 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptMar 24 2019, 4:09 PM
Restricted Application added subscribers: Baloo, kde-frameworks-devel. · View Herald Transcript
astippich requested review of this revision.Mar 24 2019, 4:09 PM
ngraham added inline comments.Mar 24 2019, 4:18 PM
autotests/ffmpegextractortest.h
32

What is metadata data? :p

bruns added a comment.Mar 24 2019, 4:18 PM

Can you rename the videoTest(), so it is clear one is about intrinsic video properties, and the other about explicit information stored in tags/metadata bitstreams? Also add a comment saying so.

autotests/ffmpegextractortest.h
32

Data for testing metadata ;-)

astippich updated this revision to Diff 54705.Mar 24 2019, 6:21 PM
  • rename tests
astippich retitled this revision from Split ffmpeg tests into common properties and metadata to Split ffmpeg tests into video properties and metadata tests.Mar 24 2019, 6:22 PM
bruns added a comment.Mar 24 2019, 6:24 PM

..., otherwise, LGTM

autotests/ffmpegextractortest.cpp
53–54

a little bit to much "test" here ;)
and missing space

astippich updated this revision to Diff 54708.Mar 24 2019, 6:25 PM
  • rephrase comment
bruns accepted this revision.Mar 24 2019, 6:26 PM
This revision is now accepted and ready to land.Mar 24 2019, 6:26 PM
ngraham accepted this revision.Mar 24 2019, 6:38 PM
This revision was automatically updated to reflect the committed changes.