From 397da5daf007694488c8558471a59d7c58feb2ad Mon Sep 17 00:00:00 2001 From: Laszlo Pandy Date: Wed, 13 Aug 2008 12:01:01 +0000 Subject: ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting sink devices and on pulsesrc for detectin... Original commit message from CVS: Patch by: Laszlo Pandy * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported), (gst_pulsesink_implements_interface_init), (gst_pulsesink_init_interfaces), (gst_pulsesink_init), (gst_pulsesink_finalize), (gst_pulsesink_set_property), (gst_pulsesink_get_type): * ext/pulse/pulsesink.h: * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported), (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init), (gst_pulsesrc_finalize), (gst_pulsesrc_set_property): * ext/pulse/pulsesrc.h: Implement GstPropertyProbe interface on pulsesink for detecting sink devices and on pulsesrc for detecting source devices. Fixes bugs #547227 and #547217. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 406a6863..c17c6250 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-08-13 Sebastian Dröge + + Patch by: Laszlo Pandy + + * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported), + (gst_pulsesink_implements_interface_init), + (gst_pulsesink_init_interfaces), (gst_pulsesink_init), + (gst_pulsesink_finalize), (gst_pulsesink_set_property), + (gst_pulsesink_get_type): + * ext/pulse/pulsesink.h: + * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported), + (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init), + (gst_pulsesrc_finalize), (gst_pulsesrc_set_property): + * ext/pulse/pulsesrc.h: + Implement GstPropertyProbe interface on pulsesink for detecting + sink devices and on pulsesrc for detecting source devices. + Fixes bugs #547227 and #547217. + 2008-08-13 Stefan Kost * gst/spectrum/gstspectrum.c: -- cgit