After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 412597 - Simplify GstSunAudioSrc
Simplify GstSunAudioSrc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other opensolaris
: Normal trivial
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-27 11:34 UTC by Snark
Modified: 2007-03-02 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2007-02-27 11:34:07 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.)
Comment 1 Wim Taymans 2007-03-02 10:56:27 UTC
        * 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.