GNOME Bugzilla – Bug 634914
pulsesrc: add "client" property
Last modified: 2011-05-17 07:19:45 UTC
Due to a number of strange reasons involving my company's internal build things, I haven't been able to test this patch. But it does compile! commit e5afb2009a279ba32c0351428626861de92fc052 Author: Andy Wingo <wingo@oblong.com> Date: Mon Nov 15 15:58:28 2010 +0100 [pulsesink] add "client" property * ext/pulse/pulsesrc.c (gst_pulsesrc_class_init, gst_pulsesrc_init) (gst_pulsesrc_set_property, gst_pulsesrc_get_property) (gst_pulsesrc_open): Add a "client" property, as in pulsesink. ext/pulse/pulsesrc.c | 34 ++++++++++++++++++++++++++++++---- ext/pulse/pulsesrc.h | 3 +-- 2 files changed, 31 insertions(+), 6 deletions(-)
Created attachment 174512 [details] [review] patch to add "client" property
looks good, commit after freeze.
Comment on attachment 174512 [details] [review] patch to add "client" property Agreed, please commit this now with updated Since markers in the docs :)
commit 82ee35372bfbe1ba78071502b2f28a25696f6f95 Author: Andy Wingo <wingo@oblong.com> Date: Mon Nov 15 15:58:28 2010 +0100 add "client" property * ext/pulse/pulsesrc.c (gst_pulsesrc_class_init, gst_pulsesrc_init) (gst_pulsesrc_set_property, gst_pulsesrc_get_property) (gst_pulsesrc_open): Add a "client" property, as in pulsesink. Fixes #634914