[Bug 664037] New: [ffmpegdec]Do not adjust frame duration for repeat if it was already adjusted by upstream element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 14 06:37:26 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=664037
  GStreamer | gst-ffmpeg | 0.10.x

           Summary: [ffmpegdec]Do not adjust frame duration for repeat if
                    it was already adjusted by upstream element
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=201372)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=201372)
Patch

FFmpegdec always adjusts frame duration picture with repeat set (i.e.
telecine), even though the upstream element (parser) might have already
computed the correct frame duration. This goes wrong because the new duration
is computed relative to the provided one.

Patch corrects this so that ffmpegdec attempts to determine if the correct
frame duration has already been set.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list