playsink: Add audio and video converter convenience bins
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 25 Mar 2011 07:26:00 +0000 (08:26 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 14 May 2011 09:42:32 +0000 (11:42 +0200)
commit2f8467d68249e8d1a28b7bbd9c53b56a8c26ba4b
tree2d677e4375a5a23fc6878f2889436f2e46684eee
parent105da803ade859fb299ed3c5265d6acdd168ca8f
playsink: Add audio and video converter convenience bins

These reconfigure based on the caps and plugin in converters if
necessary. This also makes switching between compressed and raw
streams work flawlessly without loosing the states of any element
somewhere or having running time problems.
gst/playback/Makefile.am
gst/playback/gstplaysink.c
gst/playback/gstplaysinkaudioconvert.c [new file with mode: 0644]
gst/playback/gstplaysinkaudioconvert.h [new file with mode: 0644]
gst/playback/gstplaysinkvideoconvert.c [new file with mode: 0644]
gst/playback/gstplaysinkvideoconvert.h [new file with mode: 0644]