gst/gst.c: init_pre() and init_post() might be called via our GOptionGroup or from...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 14 Dec 2006 14:06:38 +0000 (14:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 14 Dec 2006 14:06:38 +0000 (14:06 +0000)
commit780a884ee725dc20c7a78b0839cd9494e3ce6129
tree0b14139b01c1cbfabe5632dedb9d3229fde5e635
parent5a5bda554cc2025a1f994c94b3f5e1810e850caa
gst/gst.c: init_pre() and init_post() might be called via our GOptionGroup or from gst_init(), and we should skip bot...

Original commit message from CVS:
* gst/gst.c: (init_pre), (init_post):
init_pre() and init_post() might be called via our GOptionGroup or
from gst_init(), and we should skip both of them if we've already
been initialised, otherwise we will init some things twice or add
two default log functions.
ChangeLog
gst/gst.c