GNOME Bugzilla – Bug 166932
Show output file type in prefs
Last modified: 2005-02-16 15:09:48 UTC
People will want to know what format a profile writes to, so maybe the prefs dialog should take the current profile, find the encoder element, take the mime type from it's src pad and display the human readable form in the UI. Even better add this to the combo...
Really a good idea! :)
Created attachment 37454 [details] [review] Patch against CVS HEAD
Created attachment 37455 [details] [review] Patch against CVS HEAD
Created attachment 37456 [details] Screen shot
Comment on attachment 37455 [details] [review] Patch against CVS HEAD It would be better to show the human-readable description of the MIME type, as I discussed in the bug.
Created attachment 37462 [details] [review] Updated Patch
Created attachment 37482 [details] Updated Screen Shot
*** Bug 167514 has been marked as a duplicate of this bug. ***
Comment on attachment 37462 [details] [review] Updated Patch You've removed the use of the gnome-media chooser widget but other pieces of code still use gm_audio_profile_* functions.
To avoid duplication don't work on this any more, I'm taking the MIME parts from your patch and merging them into a copy of the widget.
Refactored version in CVS, thanks.