After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663782 - Progressive support for gstmpegvideoparser
Progressive support for gstmpegvideoparser
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-10 16:12 UTC by Matej Knopp
Modified: 2011-11-14 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add support for progressive frames (4.68 KB, patch)
2011-11-10 16:12 UTC, Matej Knopp
none Details | Review

Description Matej Knopp 2011-11-10 16:12:01 UTC
Created attachment 201159 [details] [review]
Patch to add support for progressive frames

gstmpegvideoparser doesn't support progressive frames with resulting in incorrect timestamps.
Comment 1 Thibault Saunier 2011-11-10 23:06:54 UTC
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
Comment 2 Thibault Saunier 2011-11-10 23:09:22 UTC
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.
Comment 3 Thibault Saunier 2011-11-10 23:10:52 UTC
Sorry the command is:

 $git format-patch

$git am is to apply it.