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 652342 - encoding-target: set name on audio and video profiles when reading from keyfile
encoding-target: set name on audio and video profiles when reading from keyfile
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-11 09:05 UTC by Jonathan Matthew
Modified: 2011-06-26 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set names on audio and video profiles (1.16 KB, patch)
2011-06-11 09:06 UTC, Jonathan Matthew
none Details | Review
set description too (1.29 KB, patch)
2011-06-17 13:43 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2011-06-11 09:05:09 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.
Comment 1 Jonathan Matthew 2011-06-11 09:06:30 UTC
Created attachment 189711 [details] [review]
set names on audio and video profiles
Comment 2 Jonathan Matthew 2011-06-17 13:43:05 UTC
Created attachment 190116 [details] [review]
set description too

turns out I want these profiles to have descriptions too, so I added that.
Comment 3 Sebastian Dröge (slomo) 2011-06-26 13:42:03 UTC
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