playback: Add video-/audio-filter properties
authorArun Raghavan <arun@accosted.net>
Sun, 16 Mar 2014 16:00:38 +0000 (17:00 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 16 Mar 2014 17:38:29 +0000 (18:38 +0100)
commitf4cab18ec13548426245e5cc1ae43caa69a42317
treefa20fbb0b0d0ba1e4bd240d9e79ce811cfda1ac4
parent1bda077374b1b7795f69d3e2197c35ce9006c80d
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
e
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.c
gst/playback/gstplay-enum.h
gst/playback/gstplaybin2.c
gst/playback/gstplaysink.c
gst/playback/gstplaysink.h
tests/examples/playback/playback-test.c