Skip to content
  • René Stadler's avatar
    tags: fix illegal use of internal debug category function · 4188e264
    René Stadler authored
    From gstinfo.h:
    
      /* do not use this function, use the GST_DEBUG_CATEGORY_INIT macro */
      GstDebugCategory *_gst_debug_category_new (const gchar * name,
    
    And more importantly:
    
      #pragma GCC poison _gst_debug_category_new
    
    So this commit fixes --disable-gst-debug builds.
    4188e264