[Bug 735379] mpeg2dec: use stride information from GstVideoFrame
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 13 10:03:09 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=735379
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #12 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
commit 35c937f2a45e23762bbfb43ce3378d4d05f48d25
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date: Fri Mar 13 17:00:03 2015 +0000
mpeg2dec: Add stride support
This allow using external pools that have different strides from the
default. These strides need to respect certain rules, which we check
and if these are not met, we fallback to generic pool.
https://bugzilla.gnome.org/show_bug.cgi?id=735379
commit 7e8050728a26b02317d85afcc9456b1e6630bf32
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date: Tue Mar 10 16:45:01 2015 +0000
mpeg2dec: Re-implement pool handling
This is a rewrite of the pool negotiation and configuration. Direct
to output decoding is now achieved by configuring the pool using
video-alignment. This removes copies when dealing with any elements that
supports VideoAlignment, and enable usage of generic video buffer pool,
XVImagePool and GLPool. It drops the crop meta implementation for now.
https://bugzilla.gnome.org/show_bug.cgi?id=735379
--
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