GStreamer multimedia framework
Find a file
Thibault Saunier 8cc214fdb8 videoaggregator: Expose vmethods to set converters and prepare/clean frames
This gives more flexibility to the subclasses and permits to remove the
GstVideoAggregatorClass->disable_frame_conversion ugly API.

WARNING: This breaks the API as it removes the disable_frame_conversion
field

API:
  + GstVideoAggregatorClass->find_best_format
  + GstVideoAggregatorPadClass->set_format
  + GstVideoAggregatorPadClass->prepare_frame
  + GstVideoAggregatorPadClass->clean_frame

  - GstVideoAggregatorClass->disable_frame_conversion

https://bugzilla.gnome.org/show_bug.cgi?id=740768
2014-11-27 19:10:58 +01:00
ext/gl videoaggregator: Expose vmethods to set converters and prepare/clean frames 2014-11-27 19:10:58 +01:00
gst/compositor compositor: Remove unused zorder pad property 2014-11-26 12:42:24 +01:00
gst-libs/gst/video videoaggregator: Expose vmethods to set converters and prepare/clean frames 2014-11-27 19:10:58 +01:00
tests/check/elements compositor: tests: Fix pad leak 2014-06-28 09:44:22 -03:00