GNOME Bugzilla – Bug 662321
GstVideoContext to enable context sharing
Last modified: 2011-11-03 09:45:53 UTC
Created attachment 199571 [details] [review] GstVideoContext interface One of the major difficulties when implement HW accelerated elements is to share the video-context between elements (X11 Display structure, VADisplay, VdpDevice etc). I implemented an interface to help an element share it's context with other elements and the application.
Created attachment 199687 [details] [review] Add missing PC file
Created attachment 199689 [details] [review] GstVideoContext interface This is an update with fixes in the documentation
commit fa21ce91bfd88cc08ed38b94c67ed1b64c1b8fe6 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Wed Sep 28 19:29:07 2011 -0400 video: Add libgstbasevideo PC file commit 149c058209dbf14afe6844ce47d6bb7f57e29ea5 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Wed Oct 19 16:19:51 2011 -0400 video: Add GstVideoContext interface This interface will be used to implement video context sharing. Those context could be X11 Display, VaDisplay, etc.