summaryrefslogtreecommitdiff
path: root/ext/pulse
Commit message (Expand)AuthorAgeFilesLines
* pulse, v4l2: add missing G_END_DECLS in some placesTim-Philipp Müller2014-10-301-0/+2
* pulsesink: Temporarily disable stream status postingArun Raghavan2014-10-301-6/+13
* pulse: Add some documentation about threading and synchronisationArun Raghavan2014-10-142-2/+29
* pulsesink: Make emitting stream status messages synchronousArun Raghavan2014-10-141-0/+16
* pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-1/+1
* pulse: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller2014-06-291-2/+2
* Rename GstDeviceMonitor to GstDeviceProviderOlivier Crête2014-06-264-69/+69
* pulse, v4l2: update for device "klass" -> "device-class" renameTim-Philipp Müller2014-06-211-1/+1
* pulsedevicemonitor: Index are per facility, not globalOlivier Crête2014-05-042-1/+7
* pulsedevicemonitor: pa_subscription_event_t are enums, not flagsOlivier Crête2014-05-041-8/+10
* pulse: Add device monitorsOlivier Crête2014-03-164-0/+776
* pulse: fix format info to caps conversion for mulawTim-Philipp Müller2014-03-161-1/+1
* pulse: Make gst_pulse_format_info_to_caps() sharedOlivier Crête2014-03-163-110/+112
* pulsesink: fix crash when getting the current-device in NULL->READYStefan Sauer2014-02-181-1/+1
* pulsesink: Free device_info in accepts capsOlivier Crête2013-12-041-0/+2
* docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2013-11-182-12/+6
* pulsesink: Add property to find out the device currently in useOlivier Crête2013-08-222-0/+105
* pulsesink: De-duplicate code to get the current sink input infoOlivier Crête2013-08-221-78/+31
* pulsesink: Implement changing the device while playingOlivier Crête2013-08-221-0/+62
* pulsesrc: Add property to find out the device currently in useOlivier Crête2013-08-222-0/+103
* pulsesrc: De-duplicate code to get the current source output infoOlivier Crête2013-08-221-74/+34
* pulsesrc: Implement changing the device while playingOlivier Crête2013-08-221-0/+51
* pulsesink: Add support for AAC pass-throughAkihiro Tsukada2013-08-214-1/+13
* pulse: Share static caps definition between src and sinkOlivier Crête2013-08-214-65/+51
* pulse: Remove unused GstPulseProbeOlivier Crête2013-08-197-581/+1
* sink: alaw/mulaw caps don't have a layout propertyWim Taymans2013-07-121-2/+0
* pulse: relax mulaw and alaw format checksWim Taymans2013-07-121-4/+2
* Revert "pulsesink: Make 2.0 dependency optional"Arun Raghavan2013-06-132-8/+0
* pulsesink: Make 2.0 dependency optionalArun Raghavan2013-06-132-0/+8
* pulsesink: Cache the getcaps/acceptcaps probe streamArun Raghavan2013-06-101-29/+59
* pulsesink: Add a getcaps functionArun Raghavan2013-06-104-35/+343
* pulsesink: Take a lock on the ringbuffer in acceptcapsArun Raghavan2013-06-101-0/+2
* pulsesink: Get rid of acceptcaps side-effectsArun Raghavan2013-06-062-38/+33
* pulsesink: Better error message when server version is too oldArun Raghavan2013-04-291-0/+11
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* pulsesink: add a little more docs to the audioclockStefan Sauer2013-04-111-1/+3
* pulsesink: Update segdone periodicallyArun Raghavan2013-02-231-0/+16
* pulsesink: don't error out if pa_stream_proplist_update() with new tags failsTim-Philipp Müller2013-01-191-10/+4
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-125-3/+7
* pulse: Use new GType for GThread instead of just G_TYPE_POINTERSebastian Dröge2012-11-121-6/+7
* Fix FSF addressTim-Philipp Müller2012-11-049-9/+9
* pulsesrc: don't assert in get_time() when called after shutdownTim-Philipp Müller2012-10-301-0/+4
* pulsesink: Flush the ringbuffer on GAP events without durationSebastian Dröge2012-10-241-0/+8
* pulsesink: fix caps leak in acceptcaps functionTim-Philipp Müller2012-10-201-0/+1
* pulsesink: in accept_caps() check if ring buffer is NULL before de-referencingTim-Philipp Müller2012-10-191-7/+21
* pulsesrc: Mute stream post-connection if requiredArun Raghavan2012-09-211-3/+9
* pulsesink: Specify endianness in IEC 61937 payloadingArun Raghavan2012-09-191-1/+1
* pulsesrc: disable reconfigureWim Taymans2012-09-131-0/+17
* pulsesrc: consider stream alive when not connected yetWim Taymans2012-09-101-0/+11
* pulsesrc: don't fail when not negotiated yetWim Taymans2012-09-101-2/+3