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 697176 - d3dvideosink: use the bilinear scalling filter as much as possible
d3dvideosink: use the bilinear scalling filter as much as possible
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-03 14:17 UTC by Andoni Morales
Modified: 2013-04-04 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the bilinear filter as much as possible (1.15 KB, patch)
2013-04-03 14:17 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2013-04-03 14:17:10 UTC
Created attachment 240480 [details] [review]
Use the bilinear filter as much as possible

Use the bilinear scalling filter when the magnifier or the minifier filters are avaible. Some graphics cards do not provide minifier filters but we still want to use it for upscalling if it's available.
Comment 1 Sebastian Dröge (slomo) 2013-04-04 09:40:42 UTC
commit 7f18295321c66d7ca613cd0f26257cfa9681b74f
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date:   Wed Apr 3 16:12:01 2013 +0200

    d3dvideosink: use bilinear filter as much as possible
    
    Use the bilinear scalling filter when the magnifier or the minifier
    filters are avaible. Some graphics cards do not provide minifier filters
    but we want to use it for upscalling if it's available
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697176