GNOME Bugzilla – Bug 652342
encoding-target: set name on audio and video profiles when reading from keyfile
Last modified: 2011-06-26 13:42:03 UTC
Currently when reading an encoding target from a keyfile, names don't get set for audio and video profiles. The result is that you can only have one containerless profile (such as mp3 or flac) in an encoding target since gst_encoding_target_add_profile checks rejects profiles with duplicate names.
Created attachment 189711 [details] [review] set names on audio and video profiles
Created attachment 190116 [details] [review] set description too turns out I want these profiles to have descriptions too, so I added that.
commit 4073e00839d0a30f8e0e3bb80ae96cac619a73d0 Author: Jonathan Matthew <jonathan@d14n.org> Date: Sat Jun 11 19:03:57 2011 +1000 encoding-target: set names on audio and video profiles https://bugzilla.gnome.org/show_bug.cgi?id=652342