GNOME Bugzilla – Bug 665872
jackaudiosink, jackaudiosrc: add "client-name" property
Last modified: 2011-12-09 15:55:55 UTC
Created attachment 203152 [details] [review] This is the patch against version gst-plugins-good-0.10.30 When launched with gst-launch, it is impossible to set the Jack client name of GStreamer's Jack plugins. It is particularly difficult to work when there are several instances of GStreamer using the same Jack server, and whose client names are gst-launch-0.10-xx, as the plugin takes its name from g_get_application_name (). With this patch, it is possible to set a custom name with the new property "client-name".
Why not, thanks for the patch. Would be nice if it was in git format-patch format next time :) Bit unfortunate that pulseaudio has this as "client" property, but I think "client-name" is better anyway, so should probably just rename the pulse one in 0.11: commit 2e078fa556018c5c2f3c13d54aa6614622e5ecac Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Dec 9 15:50:28 2011 +0000 jack: don't leak client name when freeing the element And add gtk-doc chunks for the new property. https://bugzilla.gnome.org/show_bug.cgi?id=665872 commit 92cfb335cde7386b53c76e030603a0897429a6ff Author: Nicolas Baron <hoggins@radiom.fr> Date: Fri Dec 9 15:45:03 2011 +0000 jack: add "client-name" property to jackaudiosink and jackaudiosrc https://bugzilla.gnome.org/show_bug.cgi?id=665872