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 656902 - [d3dvideosink] check for hardware capabilities
[d3dvideosink] check for hardware capabilities
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-19 12:47 UTC by Carsten Kroll
Modified: 2012-02-07 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
check for hardware colorspace support (3.34 KB, patch)
2011-08-19 12:47 UTC, Carsten Kroll
none Details | Review
check for hardware colorspace support (3.87 KB, patch)
2011-08-22 14:57 UTC, Carsten Kroll
committed Details | Review

Description Carsten Kroll 2011-08-19 12:47:18 UTC
Created attachment 194226 [details] [review]
check for hardware colorspace support

Negotiate hardware supported color-spaces only.
Comment 1 David Schleef 2011-08-20 19:59:08 UTC
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
Comment 2 Carsten Kroll 2011-08-22 14:57:55 UTC
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
Comment 3 Sebastian Dröge (slomo) 2012-02-07 14:37:09 UTC
commit ec603dc32620edf41a13b176c3510b0b0488233d
Author: Carsten Kroll <car@ximidi.com>
Date:   Mon Aug 22 14:30:43 2011 +0200

    d3dvideosink: check for hardware capabilities, when negotiating