GNOME Bugzilla – Bug 765708
encoding-profile: Make creation of encoding profile from discoverer info more robust
Last modified: 2016-05-04 07:22:36 UTC
See commit messages
Created attachment 326920 [details] [review] encoding-profile: Move adding of each stream to a helper function
Created attachment 326921 [details] [review] encoding-profile: Fail to create encoding profile from discoverer info if no streams could be added
Created attachment 326922 [details] [review] encoding-profile: Recurse into nested container profiles and only add the final audio/video streams If we e.g. have AVI with DV container with video/audio inside the DV container, we can't handle this at this point with an encoding profile. Instead of erroring out, flatten the container hierarchy.
Attachment 326920 [details] pushed as 436adc6 - encoding-profile: Move adding of each stream to a helper function Attachment 326921 [details] pushed as 4c2e7ae - encoding-profile: Fail to create encoding profile from discoverer info if no streams could be added Attachment 326922 [details] pushed as e2bde25 - encoding-profile: Recurse into nested container profiles and only add the final audio/video streams