GStreamer multimedia framework
Find a file
Matthew Waters dec64d9036 glvideomixer: swap control binding proxy
The ref_object and object parameters were the wrong way around.

For the typical use case where an application is setting a
GstControlBinding on the returned ghost pad:
1. our control binding would be removed when the new one was set
2. sync_values calls were not being forwarded from the internal
   pad to the ghost pad.

If an application attempts to perform other control binding
operations (get_* family of functions) on the internal pad, they
will also be forwarded to the ghost pad where a possible
GstControlBinding will provide the necessary values.
2017-12-09 19:32:07 +00:00
ext/gl glvideomixer: swap control binding proxy 2017-12-09 19:32:07 +00:00
gst-libs/gst/gl glupload: Remove debug output from gst_gl_upload_transform_caps() 2017-12-09 19:32:07 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests glcolorconvert-test: Test notify function for setup_wrapped 2017-12-09 19:32:07 +00:00