[Bug 722291] mpeg2dec: deinterlace no longer automatically deinterlaces mpeg2dec output
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Apr 4 03:06:24 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=722291
GStreamer | gst-plugins-ugly | git
Vincent Penquerc'h <vincent.penquerch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #13 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-04-04 10:06:21 UTC ---
Excellent :)
Pushed to master and 1.2:
commit 6b887060b1d6eadf5ea47a17cb9dfd62050609b7
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date: Fri Jan 17 10:46:50 2014 +0000
mpeg2dec: do not reset the whole video info when setting size
New changes to gstvideo will reset all the video info state
when calling _set_format, overwriting what was previously set
in the preceding code.
The comment says the following code is meant to preserve the
pre-crop size, so let's just keep the size and related data
as this does not seem to break anything else (this is what
the _set_format call would have set before the change that
reset all data, except the colorimetry).
--
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