[Bug 770877] vaapisink overlay: error during create overlay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 4 11:32:10 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=770877

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #2 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Hi, 

Thanks for reporting this issue. I have re-checked it.

As we talked in the gstreamer mailing list, the application should wait for two
events: the widget realize and the "prepare window handle" in the pipeline's
bus.

Hyunjun pointed to a snippet with a way to wait for these two events. There are
others ways, like the one used in gst-player library in gst-plugins-bad. 

Using the pre-release of gstreamer 1.10 and 1.8, your code doesn't work as is
anymore, there's an X related error:

The error was 'BadDrawable (invalid Pixmap or Window parameter)'.

If you wait for the bus message, the application works fine.

Thus, I'm closing this bug as NOTABUG.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list