GNOME Bugzilla – Bug 663782
Progressive support for gstmpegvideoparser
Last modified: 2011-11-14 12:51:13 UTC
Created attachment 201159 [details] [review] Patch to add support for progressive frames gstmpegvideoparser doesn't support progressive frames with resulting in incorrect timestamps.
Author: Matej Knopp <matej.knopp@gmail.com> Date: Thu Nov 10 19:42:40 2011 -0300 mpegvideoparse: add support for progressive frames https://bugzilla.gnome.org/show_bug.cgi?id=663782
Thanks for your patch :) And please next time use $git am to produce the patch so it is easier for us to commit and give you authorship.
Sorry the command is: $git format-patch $git am is to apply it.