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 663571 - [video-sink] Add support for HW decoders
[video-sink] Add support for HW decoders
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on: 662958
Blocks:
 
 
Reported: 2011-11-07 15:24 UTC by Nicolas Dufresne (ndufresne)
Modified: 2011-11-07 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add HW accelerated decoder support (10.01 KB, patch)
2011-11-07 15:24 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
Make HW decoder support outcompile uppon missing dependency (8.00 KB, patch)
2011-11-07 15:24 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
Only allow caps with opengl=true (882 bytes, patch)
2011-11-07 15:25 UTC, Nicolas Dufresne (ndufresne)
none Details | Review

Description Nicolas Dufresne (ndufresne) 2011-11-07 15:24:20 UTC
Created attachment 200890 [details] [review]
Add HW accelerated decoder support

New APIs have been added to gst-plugins-bad to allow interaction between sink and HW decoded frames. I've ported clutter video sink to those API support the GL Texture bridge.
Comment 1 Nicolas Dufresne (ndufresne) 2011-11-07 15:24:55 UTC
Created attachment 200891 [details] [review]
Make HW decoder support outcompile uppon missing dependency
Comment 2 Nicolas Dufresne (ndufresne) 2011-11-07 15:25:19 UTC
Created attachment 200892 [details] [review]
Only allow caps with opengl=true
Comment 3 Damien Lespiau 2011-11-07 17:25:36 UTC
Pushed the squashed combination of both patches to master (so it does not break git bisect if compiling against a gstreamer not supporting the new interfaces.