GStreamer multimedia framework
Find a file
Matthew Waters 81a78449d5 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.
2015-08-03 20:08:52 +10:00
ext/gl glvideomixer: swap control binding proxy 2015-08-03 20:08:52 +10:00
gst/compositor compositor: update zorder documentation. 2015-06-14 23:20:38 +02:00
gst-libs/gst/video videoaggregator: Remove broken _clip vfunc 2015-07-30 14:00:05 -04:00
tests/check/elements compositor: Add unit tests for the new aggregator start-time-selection property 2015-07-29 14:35:50 +01:00