playback: Add video-/audio-filter properties
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Sat, 15 Mar 2014 15:05:22 +0000 (16:05 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 16 Mar 2014 17:35:57 +0000 (18:35 +0100)
commitfb8fdedb4f4649aa33700bbc720131c1678df49f
treebf9df787771bf3924f11c300e3e33a492324564f
parentd6bd37460a58a8ca53c093ca51f8786aa05ed800
playback: Add video-/audio-filter properties

This provides an audio-filter and video-filter property to allow
applications to set filter elements/bins. The idea is that these will be
applied if possible -- for non-raw sinks, the filters will be skipped.

If the application wishes to force the application of the filters, this
can be done by setting the new flag introduced on playsink -
GST_PLAY_FLAG_FORCE_FILTERS.

https://bugzilla.gnome.org/show_bug.cgi?id=679031
gst/playback/gstplay-enum.h
gst/playback/gstplaybin2.c
gst/playback/gstplaysink.c
gst/playback/gstplaysink.h