GNOME Bugzilla – Bug 656902
[d3dvideosink] check for hardware capabilities
Last modified: 2012-02-07 14:37:17 UTC
Created attachment 194226 [details] [review] check for hardware colorspace support Negotiate hardware supported color-spaces only.
Reindent: Same as my comment on #656905. Also, you can use gst_structure_has_name() instead of: g_strcmp0(gst_structure_get_name(stru),"video/x-raw-rgb")!=0
Created attachment 194374 [details] [review] check for hardware colorspace support same as original patch but formated with gst-indent and using gst_structure_has_name
commit ec603dc32620edf41a13b176c3510b0b0488233d Author: Carsten Kroll <car@ximidi.com> Date: Mon Aug 22 14:30:43 2011 +0200 d3dvideosink: check for hardware capabilities, when negotiating