GNOME Bugzilla – Bug 412597
Simplify GstSunAudioSrc
Last modified: 2007-03-02 10:56:27 UTC
After an initial proposition to add GstPropertyProbe to GstSunAudioSrc and GstSunAudioSink (reported as an enhancement bug), a (mail) discussion with Brian prompted the realisation that it made little sense to even have a "device-name" property for GstSunAudioSrc. Since GstSunAudioSink lacks this property, it sounds saner to remove this property from GstSunAudioSrc, for more consistency. (The other bug was tagged WONTFIX.)
* sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init), (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_open): * sys/sunaudio/gstsunaudiosrc.h: Remove device-name from GstSunAudioSrc. Fixes #412597.