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 748867 - androidmedia: Fix slice-height for Tegra3 devices
androidmedia: Fix slice-height for Tegra3 devices
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-04 06:16 UTC by Matthieu Bouron
Modified: 2015-05-04 08:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
androidmedia: Fix slice-height for Tegra 3 devices (918 bytes, patch)
2015-05-04 06:17 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2015-05-04 06:16:34 UTC
It looks like slice-height should be aligned to 16 instead of 32.
The patch is untested as I don't have the relevant device to test it.
Comment 1 Matthieu Bouron 2015-05-04 06:17:21 UTC
Created attachment 302833 [details] [review]
androidmedia: Fix slice-height for Tegra 3 devices
Comment 2 Sebastian Dröge (slomo) 2015-05-04 07:32:27 UTC
This was added by commit a870e6a5c30dd85240fe75c7409cc1cf1b86541d, we should check with Josep.

How do you know that this value should be different if you don't have such a device? ;)
Comment 3 Sebastian Dröge (slomo) 2015-05-04 07:33:04 UTC
Josep?
Comment 4 Matthew Waters (ystreet00) 2015-05-04 07:41:29 UTC
I needed the exact same patch for a Tegra 4 if that helps.
Comment 5 Sebastian Dröge (slomo) 2015-05-04 08:39:55 UTC
Comment on attachment 302833 [details] [review]
androidmedia: Fix slice-height for Tegra 3 devices

Ok, let's go ahead with this then :) Thanks!