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 626718 - playback: Delay usage of GstFactoryList
playback: Delay usage of GstFactoryList
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-12 09:20 UTC by Edward Hervey
Modified: 2010-08-13 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playback: Delay usage of GstFactoryList (3.76 KB, patch)
2010-08-12 09:20 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2010-08-12 09:20:39 UTC
GstFactoryList are being (re)created by many elements before being used.
Comment 1 Edward Hervey 2010-08-12 09:20:41 UTC
Created attachment 167707 [details] [review]
playback: Delay usage of GstFactoryList

By delaying it to when it's actually needed, we speed things up a bit
since some elements might have been added/removed in between.
Comment 2 Sebastian Dröge (slomo) 2010-08-12 09:56:45 UTC
Comment on attachment 167707 [details] [review]
playback: Delay usage of GstFactoryList

Looks good
Comment 3 Edward Hervey 2010-08-13 15:05:07 UTC
Attachment 167707 [details] pushed as 8b4bea5 - playback: Delay usage of GstFactoryList