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 601480 - [playback] Update factory lists not only after going back to NULL
[playback] Update factory lists not only after going back to NULL
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: 0.10.26
Assigned To: Sebastian Dröge (slomo)
GStreamer Maintainers
Depends on: 599266
Blocks:
 
 
Reported: 2009-11-11 05:20 UTC by Sebastian Dröge (slomo)
Modified: 2009-11-11 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
playback: Update factories list on every access if the registry has changed (10.53 KB, patch)
2009-11-11 13:01 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-11-11 05:20:14 UTC
+++ This bug was initially created as a clone of Bug #599266 +++

See summary, should be checked if up to date before every access because it's cheap and makes app developer's life easier.
Comment 1 Sebastian Dröge (slomo) 2009-11-11 13:01:31 UTC
Created attachment 147471 [details] [review]
playback: Update factories list on every access if the registry has changed

This makes application's simpler because the element doesn't need to
go to NULL first to make use of newly installed plugins.

Fixes bug #601480.