GNOME Bugzilla – Bug 756388
qtmux: Add ProRes support
Last modified: 2015-10-28 14:20:46 UTC
Everything is in the title
Created attachment 313055 [details] [review] qtmux: Add prores support
Review of attachment 313055 [details] [review]: ::: gst/isomp4/gstqtmux.c @@ +4028,3 @@ + const gchar *variant; + + variant = gst_structure_get_string (structure, "format"); Here you allow various formats ... ::: gst/isomp4/gstqtmuxmap.c @@ +75,3 @@ +#define PRORES_CAPS \ + "video/x-prores, variant = (string) standard," \ ... here only standard.
Created attachment 313137 [details] [review] qtmux: Add prores support
Comment on attachment 313137 [details] [review] qtmux: Add prores support Or make it a list of allowed formats in the caps? Ok otherwise
Attachment 313137 [details] pushed as 6bfee34 - qtmux: Add prores support
Is backporting ok?
should be ok to backport, yes.