[Bug 656155] ffdec_mpeg2video and interlace property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 19 03:40:10 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=656155
  GStreamer | gst-ffmpeg | 0.10.12

--- Comment #2 from Simon Farnsworth <simon.farnsworth at onelan.co.uk> 2011-08-19 10:40:06 UTC ---
Looked a bit further, and not sure how best to fix this:

In gstffmpegdec.c, we consistently gst_buffer_set_caps to the caps from
ffmpegdec->srcpad. However, we also preallocate buffers with the old caps,
before decoding a frame. The frame then goes out with the old caps, and isn't
updated to the new caps.

We need to find a suitable point at which to reset caps on the buffer if we've
preallocated a buffer, but the caps have changed since.

-- 
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