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 684756 - string - Capitalize URI
string - Capitalize URI
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-25 05:52 UTC by Chris Leonard
Modified: 2012-09-25 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Leonard 2012-09-25 05:52:33 UTC
../gst/gsttaglist.c:200

copyright uri

to

copyright URI  


../gst/gsttaglist.c:211

license uri

to

license URI
Comment 1 Tim-Philipp Müller 2012-09-25 12:17:26 UTC
Not sure about these, I think for me this is a WONTFIX on aesthetic grounds. 

These strings are mostly used in a gst-launch -t context and they are all fully lower case everywhere, would look weird to make URI capitals IMHO.
Comment 2 Chris Leonard 2012-09-25 16:28:16 UTC
Fair enough