gst-libs/gst/interfaces/mixertrack.c: API: add "untranslated-label" property which...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 7 Mar 2007 18:50:10 +0000 (18:50 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 7 Mar 2007 18:50:10 +0000 (18:50 +0000)
commit4aa8b0ca2166d5c8ace9cd44acb75afc9fca4eda
tree6061b6fab908ea6e9b15ad1bdae0f8cbba4ac08b
parenta1c380650c2d6f1d902f0080483773a3f8e23fa8
gst-libs/gst/interfaces/mixertrack.c: API: add "untranslated-label" property which should be set by implementations a...

Original commit message from CVS:
* gst-libs/gst/interfaces/mixertrack.c:
(gst_mixer_track_class_init), (gst_mixer_track_get_property),
(gst_mixer_track_set_property):
API: add "untranslated-label" property which should be set by
implementations at construct time (#414645).
* ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
Set "untranslated-label" when constructing mixer track objects.
* tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
Unit test to check the above.
ChangeLog
ext/alsa/gstalsamixeroptions.c
ext/alsa/gstalsamixertrack.c
gst-libs/gst/interfaces/mixertrack.c
tests/check/elements/alsa.c