Skip to content
  • Johannes Berg's avatar
    Use only one copy of pygstminiobject. Fixes #590348. · e2de828b
    Johannes Berg authored
    Instead of linking pygstminiobject.c into all the modules,
    we can link it only into _gst and export the symbols for
    the other modules. This fixes bug #590348 because now the
    class key/id is common for all modules as a side-effect.
    Also makes the modules smaller.
    e2de828b