fix threading on non-optimized atomic architectures. This unfortunately requires...
authorBenjamin Otte <otte@gnome.org>
Thu, 3 Jul 2003 18:34:36 +0000 (18:34 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 3 Jul 2003 18:34:36 +0000 (18:34 +0000)
commit568de85efc78b57175e824881776e4f0c226f12b
tree1796610ba0194282a710477931ffb33e7948d697
parent2ebb88a354dad7912bd0162d296374fd0330d6c9
fix threading on non-optimized atomic architectures. This unfortunately requires initializing threading in init_pre b...

Original commit message from CVS:
fix threading on non-optimized atomic architectures. This unfortunately requires initializing threading in init_pre because the debugging subsystem needs this. Therefore the --gst-nothreads command line option does not work anymore. So I erased it. You can however still call gst_use_threads (FALSE); before calling gst_init
gst/gst.c