summaryrefslogtreecommitdiff
path: root/ext/pulse
AgeCommit message (Expand)AuthorFilesLines
2017-05-16pulse: Accept MPEG 1 layer 3 version 2.5Nicolas Dufresne1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-03-08Fix plugin filenames to match plugin namesNicolas Dufresne2-7/+7
2016-09-25pulsesrc: Don't negotiate to less than two segmentsArun Raghavan1-0/+3
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+20
2016-04-16Revert "pulsesink: uncork if needed upon commit"Jan Schmidt1-6/+0
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+2
2015-11-05pulse: Don't leak caps and structures in the device providerNirbheek Chauhan1-0/+4
2015-07-15pulse: add properties to GstDeviceWim Taymans3-5/+35
2015-06-12pulsesrc: Fix mapping of latency parameters to buffer attributesArun Raghavan1-3/+19
2015-03-09pulsesink: Make sure to filter caps in all cases during CAPS queryArun Raghavan1-7/+7
2015-02-13pulsesink: Enhance code readability in pulsesink_queryJimmy Ohn1-4/+3
2015-01-26pulsesink: Free format_info in query_getcapsJimmy Ohn1-2/+3
2015-01-10pulsesink: uncork if needed upon commitMark Nauwelaerts1-0/+6
2014-10-28pulse, v4l2: add missing G_END_DECLS in some placesTim-Philipp Müller1-0/+2
2014-10-23pulse: remove some unused typedefsTim-Philipp Müller2-3/+1
2014-10-22pulsesink: Temporarily disable stream status postingArun Raghavan1-6/+13
2014-09-30pulse: Add some documentation about threading and synchronisationArun Raghavan2-2/+29
2014-09-30pulsesink: Make emitting stream status messages synchronousArun Raghavan1-0/+16
2014-06-29pulsesrc: Fix compiler warning when compiling with G_DISABLE_ASSERTSebastian Dröge1-1/+1
2014-06-29pulse: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller1-2/+2
2014-06-26Rename GstDeviceMonitor to GstDeviceProviderOlivier Crête4-69/+69
2014-06-21pulse, v4l2: update for device "klass" -> "device-class" renameTim-Philipp Müller1-1/+1
2014-05-04pulsedevicemonitor: Index are per facility, not globalOlivier Crête2-1/+7
2014-05-04pulsedevicemonitor: pa_subscription_event_t are enums, not flagsOlivier Crête1-8/+10
2014-03-16pulse: Add device monitorsOlivier Crête4-0/+776
2014-03-16pulse: fix format info to caps conversion for mulawTim-Philipp Müller1-1/+1
2014-03-16pulse: Make gst_pulse_format_info_to_caps() sharedOlivier Crête3-110/+112
2014-02-18pulsesink: fix crash when getting the current-device in NULL->READYStefan Sauer1-1/+1
2013-12-04pulsesink: Free device_info in accepts capsOlivier Crête1-0/+2
2013-11-18docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2-12/+6
2013-08-22pulsesink: Add property to find out the device currently in useOlivier Crête2-0/+105
2013-08-22pulsesink: De-duplicate code to get the current sink input infoOlivier Crête1-78/+31
2013-08-22pulsesink: Implement changing the device while playingOlivier Crête1-0/+62
2013-08-22pulsesrc: Add property to find out the device currently in useOlivier Crête2-0/+103
2013-08-22pulsesrc: De-duplicate code to get the current source output infoOlivier Crête1-74/+34
2013-08-22pulsesrc: Implement changing the device while playingOlivier Crête1-0/+51
2013-08-21pulsesink: Add support for AAC pass-throughAkihiro Tsukada4-1/+13
2013-08-21pulse: Share static caps definition between src and sinkOlivier Crête4-65/+51
2013-08-19pulse: Remove unused GstPulseProbeOlivier Crête7-581/+1
2013-07-12sink: alaw/mulaw caps don't have a layout propertyWim Taymans1-2/+0
2013-07-12pulse: relax mulaw and alaw format checksWim Taymans1-4/+2
2013-06-13Revert "pulsesink: Make 2.0 dependency optional"Arun Raghavan2-8/+0
2013-06-13pulsesink: Make 2.0 dependency optionalArun Raghavan2-0/+8
2013-06-10pulsesink: Cache the getcaps/acceptcaps probe streamArun Raghavan1-29/+59
2013-06-10pulsesink: Add a getcaps functionArun Raghavan4-35/+343
2013-06-10pulsesink: Take a lock on the ringbuffer in acceptcapsArun Raghavan1-0/+2
2013-06-06pulsesink: Get rid of acceptcaps side-effectsArun Raghavan2-38/+33
2013-04-29pulsesink: Better error message when server version is too oldArun Raghavan1-0/+11
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1