gstreamer/ext/pulse
Arun Raghavan 8ca420f547 pulse: New pulseaudiosink element to handle format changes
This introduces a new bin which wraps around pulsesink and depending on
the formats supported by the sink, plugs in/out a decodebin2 as
required. This allows users to switch sinks on the stream and adapts
accordingly (for example, you could watch a movie in passthrough mode on
your receiver which supports AC3 decode, then plug out and switch to a
non-digital profile to continue uninterrupted on analog output).

The bin is required because doing the same with playbin2/playsink will
require API changes that cannot be made in 0.10. With 0.11/1.0, we
should be able to ask for upstream caps renegotiation to deal with all
this.

https://bugzilla.gnome.org/show_bug.cgi?id=657179
2011-09-19 07:43:04 +05:30
..
Makefile.am pulse: New pulseaudiosink element to handle format changes 2011-09-19 07:43:04 +05:30
plugin.c pulse: New pulseaudiosink element to handle format changes 2011-09-19 07:43:04 +05:30
pulseaudiosink.c pulse: New pulseaudiosink element to handle format changes 2011-09-19 07:43:04 +05:30
pulsemixer.c ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncs 2010-06-06 18:00:22 +02:00
pulsemixer.h Add pulseaudio GStreamer element from gst-pulse. Development will continue here instead of pulseaudio SVN. Fixes bug ... 2008-06-10 06:45:33 +00:00
pulsemixerctrl.c pulsemixer: Implement MIXER_FLAG_AUTO_NOTIFICATIONS 2010-12-11 16:08:40 +11:00
pulsemixerctrl.h pulsemixer: Implement MIXER_FLAG_AUTO_NOTIFICATIONS 2010-12-11 16:08:40 +11:00
pulsemixertrack.c ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places. 2008-08-20 17:46:48 +00:00
pulsemixertrack.h Add pulseaudio GStreamer element from gst-pulse. Development will continue here instead of pulseaudio SVN. Fixes bug ... 2008-06-10 06:45:33 +00:00
pulseprobe.c pulse: mainloop creation can fail too, so handle that 2009-10-17 08:48:23 +02:00
pulseprobe.h pulse: make a few things smaller by making them bitfields 2009-10-17 08:48:21 +02:00
pulsesink.c pulse: New pulseaudiosink element to handle format changes 2011-09-19 07:43:04 +05:30
pulsesink.h pulse: New pulseaudiosink element to handle format changes 2011-09-19 07:43:04 +05:30
pulsesrc.c pulsesrc: Add a source-output-index property 2011-07-29 00:07:52 +05:30
pulsesrc.h pulsesrc: Add a source-output-index property 2011-07-29 00:07:52 +05:30
pulseutil.c pulsesink: Add support for compressed formats 2011-07-29 01:25:15 +05:30
pulseutil.h pulse: New pulseaudiosink element to handle format changes 2011-09-19 07:43:04 +05:30