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 656193 - don't revalidate utf8 elementfactory metadata all the time
don't revalidate utf8 elementfactory metadata all the time
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal enhancement
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-09 07:49 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2011-08-10 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
move utf8 checks (4.72 KB, patch)
2011-08-09 07:50 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2011-08-09 07:49:54 UTC
We did utf8 validation every time we copied element factory metadata (author,description,...). This patch moves it to the place where we save the registry (less frequent).
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2011-08-09 07:50:24 UTC
Created attachment 193461 [details] [review]
move utf8 checks
Comment 2 Sebastian Dröge (slomo) 2011-08-10 09:26:10 UTC
Looks good, checking when reading only additionally prevents problems when reading a corrupt registry but we don't have any checks for corrupt registries elsewhere anyway.