GStreamer multimedia framework
Find a file
Nicolas Dufresne bc92b41c7b glimagesink: Only cache pool, don't manage it
GLImage does not use any kind of internal pool. There was some
remaining code and comment stating that it was managing the
pool, and it was in fact setting the active state when doing
to ready state.

* Only create the pool if requested and in propose_allocation
* Cache the pool to avoid reallocation on spurious reconfigure
* Don't try to deactivate the pool (we don't own it)

https://bugzilla.gnome.org/show_bug.cgi?id=745705
2017-12-09 19:31:56 +00:00
ext/gl glimagesink: Only cache pool, don't manage it 2017-12-09 19:31:56 +00:00
gst-libs/gst/gl gldownload: Simplify caps feature setting code 2017-12-09 19:31:56 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl-test: Port unit tests to new API 2017-12-09 19:31:55 +00:00